X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fpowl.c;h=1cb341e99bb501067b22b2e6d5da2b14d2df1970;hb=105b3911ac2fe37478248c2917caf345d1ec0b14;hp=8ceb6f144b950b3e784d517e5468bf90d24d6d4b;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/powl.c b/src/math/powl.c index 8ceb6f1..1cb341e 100644 --- a/src/math/powl.c +++ b/src/math/powl.c @@ -7,9 +7,11 @@ static struct ll_l t[] = { #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 };