diff options
Diffstat (limited to 'gcc/libgcc2.h')
| -rw-r--r-- | gcc/libgcc2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/libgcc2.h b/gcc/libgcc2.h index f6b8fa4..025dd6f 100644 --- a/gcc/libgcc2.h +++ b/gcc/libgcc2.h @@ -305,18 +305,22 @@ extern UWtype __fixunsdfSI (DFtype); extern UWtype __fixunssfSI (SFtype); extern DWtype __fixunsdfDI (DFtype); extern DWtype __fixunssfDI (SFtype); +extern SFtype __powisf2 (SFtype, Wtype); +extern DFtype __powidf2 (DFtype, Wtype); #if LIBGCC2_LONG_DOUBLE_TYPE_SIZE == 80 extern DWtype __fixxfdi (XFtype); extern DWtype __fixunsxfDI (XFtype); extern XFtype __floatdixf (DWtype); extern UWtype __fixunsxfSI (XFtype); +extern XFtype __powixf2 (XFtype, Wtype); #endif #if LIBGCC2_LONG_DOUBLE_TYPE_SIZE == 128 extern DWtype __fixunstfDI (TFtype); extern DWtype __fixtfdi (TFtype); extern TFtype __floatditf (DWtype); +extern TFtype __powitf2 (TFtype, Wtype); #endif #endif /* BITS_PER_UNIT == 8 */ |
