X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fllroundl.c;h=a2cd6f063a0c429d0acac8152587147f61354869;hb=d2ba8e6653b825dff20e989f4cf8fdcc33f3f6be;hp=04917fefb37e1a28ba9c76dd5cfdca6ddcbd0ba6;hpb=125fb69ba64c0064de25eb1a23217b00aa393051;p=libc-test diff --git a/src/math/llroundl.c b/src/math/llroundl.c index 04917fe..a2cd6f0 100644 --- a/src/math/llroundl.c +++ b/src/math/llroundl.c @@ -5,9 +5,11 @@ static struct l_i t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/llround.h" +#include "special/llround.h" #elif LDBL_MANT_DIG == 64 #include "sanity/llroundl.h" +#include "special/llroundl.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 llroundl(%La) want %lld got %lld\n", p->file, p->line, rstr(p->r), p->x, p->i, yi); err++;