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