X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-round2.c;h=b5944a94b2bda5b64c8caac41c89e7d6499a92da;hb=68b732753567b5aaf04139acd35cf6ae7362aa01;hp=aa993ef562d39e57de1c09a86c4a1bd35e85f3f8;hpb=f19c2f156e388e1da7ab9b13250dfeb380c0ab84;p=gnulib.git diff --git a/tests/test-round2.c b/tests/test-round2.c index aa993ef56..b5944a94b 100644 --- a/tests/test-round2.c +++ b/tests/test-round2.c @@ -37,7 +37,7 @@ #ifdef USE_LONG_DOUBLE # error Long double not supported. #elif ! defined USE_FLOAT -# include "isnand.h" +# include "isnand-nolibm.h" # define ISNAN isnand # define FUNCTION "round" # define DOUBLE_UINT uint64_t @@ -45,7 +45,7 @@ # define NUM_HIGHBITS 13 # define NUM_LOWBITS 4 #else /* defined USE_FLOAT */ -# include "isnanf.h" +# include "isnanf-nolibm.h" # define ISNAN isnanf # define FUNCTION "roundf" # define DOUBLE_UINT uint32_t