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