X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flroundl.c;h=42b8479871fc2df03702244daaef8fe9d17b7084;hb=978759d6ea01cb406c634912a2e876aa8475955e;hp=9cb7ee21f8b0ecc42f5b5ba3fd970dab8c493761;hpb=125fb69ba64c0064de25eb1a23217b00aa393051;p=libc-test diff --git a/src/math/lroundl.c b/src/math/lroundl.c index 9cb7ee2..42b8479 100644 --- a/src/math/lroundl.c +++ b/src/math/lroundl.c @@ -1,13 +1,15 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_i t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/lround.h" +#include "special/lround.h" #elif LDBL_MANT_DIG == 64 #include "sanity/lroundl.h" +#include "special/lroundl.h" #endif }; @@ -35,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 lroundl(%La) want %lld got %lld\n", p->file, p->line, rstr(p->r), p->x, p->i, yi); err++;