X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Filogbl.c;h=f34c89110288b2580d66d8eff169e287be9ebdf6;hb=d2ba8e6653b825dff20e989f4cf8fdcc33f3f6be;hp=d8b98cf941c544029ac83e4e60b4877bedc983ab;hpb=e084227a3608bc38230b88ea03e7b0f0804dd3ad;p=libc-test diff --git a/src/math/ilogbl.c b/src/math/ilogbl.c index d8b98cf..f34c891 100644 --- a/src/math/ilogbl.c +++ b/src/math/ilogbl.c @@ -5,9 +5,11 @@ static struct l_i t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/ilogb.h" +#include "special/ilogb.h" #elif LDBL_MANT_DIG == 64 #include "sanity/ilogbl.h" +#include "special/ilogbl.h" #endif }; @@ -16,7 +18,6 @@ int main(void) { #pragma STDC FENV_ACCESS ON long long yi; - float d; int e, i, err = 0; struct l_i *p;