X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fasinl.c;h=dba6bbad547fc97b37eb5a8cd20101012196f6be;hb=b35e816189efde540e299412172acf6cd987dfdd;hp=1084c7912d8c2153931b5564cc26ca35db3afe9c;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/asinl.c b/src/math/asinl.c index 1084c79..dba6bba 100644 --- a/src/math/asinl.c +++ b/src/math/asinl.c @@ -1,15 +1,17 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "crlibm/asin.h" #include "ucb/asin.h" #include "sanity/asin.h" +#include "special/asin.h" #elif LDBL_MANT_DIG == 64 #include "sanity/asinl.h" +#include "special/asinl.h" #endif };