use #if LDBL_MANT_DIG == ... instead of custom LD80 etc macros
[libm] / src / math / nearbyintl.c
index bcc707a..b58527c 100644 (file)
@@ -1,5 +1,5 @@
 #include "libm.h"
-#if LD64
+#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
 long double nearbyintl(long double x)
 {
        return nearbyint(x);