math: fix nexttoward and nexttowardf tests
[libc-test] / src / math / fmax.c
index f0ae9a7..5479ad9 100644 (file)
@@ -4,6 +4,7 @@
 
 static struct dd_d t[] = {
 #include "sanity/fmax.h"
+#include "special/fmax.h"
 
 };
 
@@ -32,7 +33,7 @@ int main(void)
                        err++;
                }
                d = ulperr(y, p->y, p->dy);
-               if (!checkulp(d, p->r)) {
+               if (!checkcr(y, p->y, p->r)) {
                        printf("%s:%d: %s fmax(%a,%a) want %a got %a ulperr %.3f = %a + %a\n",
                                p->file, p->line, rstr(p->r), p->x, p->x2, p->y, y, d, d-p->dy, p->dy);
                        err++;