X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fllroundl.c;h=a2cd6f063a0c429d0acac8152587147f61354869;hb=105b3911ac2fe37478248c2917caf345d1ec0b14;hp=8c1fdc8a26b1313b12a783cdc3649a9e9d672448;hpb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;p=libc-test diff --git a/src/math/llroundl.c b/src/math/llroundl.c index 8c1fdc8..a2cd6f0 100644 --- a/src/math/llroundl.c +++ b/src/math/llroundl.c @@ -37,7 +37,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 llroundl(%La) want %lld got %lld\n", p->file, p->line, rstr(p->r), p->x, p->i, yi); err++;