X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flog2l.c;h=a9a60c47e323a23efec74baf4380bb5ab1c00405;hb=7b5ccd5b5297e4a0e413a1517699fbfb5bb575be;hp=a1a73158ddc8b859b181f731119aea13e4da9f55;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/log2l.c b/src/math/log2l.c index a1a7315..a9a60c4 100644 --- a/src/math/log2l.c +++ b/src/math/log2l.c @@ -1,14 +1,16 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "crlibm/log2.h" #include "sanity/log2.h" +#include "special/log2.h" #elif LDBL_MANT_DIG == 64 #include "sanity/log2l.h" +#include "special/log2l.h" #endif };