X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flroundf.c;h=9852964da360784426d719c02165980aba06813f;hb=b3580f11bf7b91afd597e6224c2f265d6d0b087f;hp=4a5eaa035b9cccb623825b8702ab95eb486d949b;hpb=125fb69ba64c0064de25eb1a23217b00aa393051;p=libc-test diff --git a/src/math/lroundf.c b/src/math/lroundf.c index 4a5eaa0..9852964 100644 --- a/src/math/lroundf.c +++ b/src/math/lroundf.c @@ -4,6 +4,7 @@ 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++;