diff options
Diffstat (limited to '3rdparty/softfloat/softfloat.h')
-rw-r--r-- | 3rdparty/softfloat/softfloat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/3rdparty/softfloat/softfloat.h b/3rdparty/softfloat/softfloat.h index 6f4389b10bc..a97408c3222 100644 --- a/3rdparty/softfloat/softfloat.h +++ b/3rdparty/softfloat/softfloat.h @@ -244,6 +244,9 @@ int floatx80_fsin(floatx80 &a); int floatx80_fcos(floatx80 &a); int floatx80_ftan(floatx80 &a); +floatx80 floatx80_fpatan(floatx80 a, floatx80 b); +floatx80 floatx80_fatan(floatx80 a); + floatx80 floatx80_flognp1(floatx80 a); floatx80 floatx80_flogn(floatx80 a); floatx80 floatx80_flog2(floatx80 a); |