math: add special case test vectors
[libc-test] / src / math / llrint.c
index 835501c..3ad7540 100644 (file)
@@ -4,6 +4,7 @@
 
 static struct d_i t[] = {
 #include "sanity/llrint.h"
+#include "special/llrint.h"
 
 };
 
@@ -11,7 +12,6 @@ int main(void)
 {
        #pragma STDC FENV_ACCESS ON
        long long yi;
-       float d;
        int e, i, err = 0;
        struct d_i *p;