long double math fixes for LD64
[libm] / src / math / remainderl.c
index d5656da..b99f938 100644 (file)
@@ -1,5 +1,6 @@
 #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);