about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibm_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibm_private.h')
-rw-r--r--src/wrapped/wrappedlibm_private.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/wrapped/wrappedlibm_private.h b/src/wrapped/wrappedlibm_private.h
index 16a2f0ed..d6b289ce 100644
--- a/src/wrapped/wrappedlibm_private.h
+++ b/src/wrapped/wrappedlibm_private.h
@@ -202,12 +202,12 @@ GO(feenableexcept, iFi)
 GO(fegetenv, iFp)
 GO(fegetexcept, iFv)
 GO(fegetexceptflag, iFpi)
-GO(fegetround, iFv)
+GOM(fegetround, iFEv)
 GO(feholdexcept, iFp)
 GO(feraiseexcept, iFi)
 GO(fesetenv, iFp)
 GO(fesetexceptflag, iFpi)
-GO(fesetround, iFi)
+GOM(fesetround, iFEi)
 GO(fetestexcept, iFi)
 GO(feupdateenv, iFp)
 GOW(finite, iFd)
@@ -307,12 +307,12 @@ GO2(lgammal_r, KFKp, lgamma_r)
 GOW(lgamma_r, dFdp)
 // __lgamma_r_finite
 DATAV(_LIB_VERSION, 8)
-GOW(llrint, IFd)
-GOW(llrintf, IFf)
+GOWM(llrint, IFEd)
+GOWM(llrintf, IFEf)
 #ifdef HAVE_LD80BITS
-GOW(llrintl, IFD)
+GOWM(llrintl, IFED)
 #else
-GO2(llrintl, IFK, llrint)
+GOWM(llrintl, IFEK)
 #endif
 GOW(llround, IFd)
 GOW(llroundf, IFf)
@@ -346,8 +346,8 @@ GOW(logl, DFD)
 #else
 GO2(logl, KFK, log)
 #endif
-GOW(lrint, iFd)
-GOW(lrintf, iFf)
+GOWM(lrint, iFEd)
+GOWM(lrintf, iFEf)
 // lrintl   // Weak
 GOW(lround, iFd)
 GOW(lroundf, iFf)
@@ -359,8 +359,8 @@ GOW(modff, fFfp)
 GOW(nan, dFp)
 GOW(nanf, fFp)
 // nanl // Weak
-GOW(nearbyint, dFd)
-GOW(nearbyintf, fFf)
+GOWM(nearbyint, dFEd)
+GOWM(nearbyintf, fFEf)
 // nearbyintl   // Weak
 GOW(nextafter, dFdd)
 GOW(nextafterf, fFff)
@@ -392,8 +392,8 @@ GOW(remainderf, fFff)
 GOW(remquo, dFddp)
 GOW(remquof, fFffp)
 // remquol  // Weak
-GOW(rint, dFd)
-GOW(rintf, fFf)
+GOWM(rint, dFEd)
+GOWM(rintf, fFEf)
 // rintl    // Weak
 GOW(round, dFd)
 GOW(roundf, fFf)