X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexp2l.c;h=987037853425f42bb24a200bccfa730479aa0895;hb=8d3db42ce8924972e11a12b997f8d09fc012d2b7;hp=1dbc3aaca9564da4950de54b40bfc33a36d0a569;hpb=f9d17902a35b6403b7c8354845e9f13f882c1c8e;p=libc-test diff --git a/src/math/exp2l.c b/src/math/exp2l.c index 1dbc3aa..9870378 100644 --- a/src/math/exp2l.c +++ b/src/math/exp2l.c @@ -4,11 +4,11 @@ static struct l_l t[] = { #if LDBL_MANT_DIG == 53 -D -#include "sanity/exp2l.h" -#elif LDBL_MANT_DIG == 64 +#include "sanity/exp2.h" +#elif LDBL_MANT_DIG == 64 #include "sanity/exp2l.h" + #endif };