math/gen: fix fma fenv flags on nan
[libc-test] / src / math / nexttoward.c
index 1532127..f03a094 100644 (file)
@@ -2,12 +2,15 @@
 #include <stdio.h>
 #include "util.h"
 
+// TODO: fix ldbl
 static struct ll_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/nexttoward.h"
+#include "special/nexttoward.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/nexttoward.h"
+#include "special/nexttoward.h"
 
 #endif
 };