remquol: use remquo tests when long double == double
authorSzabolcs Nagy <nsz@port70.net>
Fri, 21 Feb 2014 08:40:44 +0000 (09:40 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Fri, 21 Feb 2014 08:40:44 +0000 (09:40 +0100)
src/math/remquol.c

index cf64126..3f34f68 100644 (file)
@@ -3,8 +3,15 @@
 #include "mtest.h"
 
 static struct ll_li t[] = {
+#if LDBL_MANT_DIG == 53
+#include "sanity/remquo.h"
+#include "special/remquo.h"
+
+#elif LDBL_MANT_DIG == 64
 #include "sanity/remquol.h"
 #include "special/remquol.h"
+
+#endif
 };
 
 int main(void)