scalbn special cases
[libc-test] / src / math / exp10l.c
index 3651a6d..a610432 100644 (file)
@@ -1,13 +1,16 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/exp10.h"
+#include "special/exp10.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/exp10l.h"
+#include "special/exp10l.h"
 
 #endif
 };