X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fpowl.c;h=f66d8c74e1e08c9bd0ad9273e241a79d6dea1c76;hb=47997c60641d55d6101a424c9a664a7ff6bad20f;hp=8ceb6f144b950b3e784d517e5468bf90d24d6d4b;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/powl.c b/src/math/powl.c index 8ceb6f1..f66d8c7 100644 --- a/src/math/powl.c +++ b/src/math/powl.c @@ -1,15 +1,17 @@ #include #include -#include "util.h" +#include "mtest.h" static struct ll_l t[] = { #if LDBL_MANT_DIG == 53 #include "crlibm/pow.h" #include "ucb/pow.h" #include "sanity/pow.h" +#include "special/pow.h" #elif LDBL_MANT_DIG == 64 #include "sanity/powl.h" +#include "special/powl.h" #endif };