X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flround.c;h=36d3907faf79523c94235b3c2cfe69e3244c9099;hb=3feaa322fdec8f8a45ec19a260103f11a12891e3;hp=766d7c2e229db551d4dece8c164702a3486dd06c;hpb=125fb69ba64c0064de25eb1a23217b00aa393051;p=libc-test diff --git a/src/math/lround.c b/src/math/lround.c index 766d7c2..36d3907 100644 --- a/src/math/lround.c +++ b/src/math/lround.c @@ -4,6 +4,7 @@ static struct d_i t[] = { #include "sanity/lround.h" +#include "special/lround.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 lround(%a) want %lld got %lld\n", p->file, p->line, rstr(p->r), p->x, p->i, yi); err++;