X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flroundf.c;h=c9544821fd59fb361d88ba10c62bfb02e4731a3c;hb=50ab48b035c2555e09cc9ac94c74f45b74b234f4;hp=4a5eaa035b9cccb623825b8702ab95eb486d949b;hpb=125fb69ba64c0064de25eb1a23217b00aa393051;p=libc-test diff --git a/src/math/lroundf.c b/src/math/lroundf.c index 4a5eaa0..c954482 100644 --- a/src/math/lroundf.c +++ b/src/math/lroundf.c @@ -1,9 +1,10 @@ #include #include -#include "util.h" +#include "mtest.h" static struct f_i t[] = { #include "sanity/lroundf.h" +#include "special/lroundf.h" }; @@ -30,7 +31,7 @@ int main(void) printf(" got %s\n", estr(e)); err++; } - if (yi != p->i) { + if (!(p->e&INVALID) && yi != p->i) { printf("%s:%d: %s lroundf(%a) want %lld got %lld\n", p->file, p->line, rstr(p->r), p->x, p->i, yi); err++;