|
@@ -40,11 +40,7 @@ invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */
|
|
|
pio2_1 = 1.57079631090164184570e+00, /* 0x3FF921FB, 0x50000000 */
|
|
|
pio2_1t = 1.58932547735281966916e-08; /* 0x3E5110b4, 0x611A6263 */
|
|
|
|
|
|
-#ifndef INLINE_REM_PIO2F
|
|
|
-extern
|
|
|
-#endif
|
|
|
-//__inline int
|
|
|
-DLLEXPORT int
|
|
|
+__inline int
|
|
|
__ieee754_rem_pio2f(float x, double *y)
|
|
|
{
|
|
|
double w,r,fn;
|