From 45740f4642c2e7f59221981138472c4b3f783176 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 14 Nov 2003 00:36:46 +0000 Subject: Update. 2003-11-13 Andreas Jaeger * math/Makefile (CFLAGS-test-float.c): Add -fno-builtin. (CFLAGS-test-double.c): Likewise. (CFLAGS-test-ldouble.c): Likewise. (CPPFLAGS-test-ifloat.c): Likewise. (CPPFLAGS-test-idouble.c): Likewise. (CPPFLAGS-test-ildoubl.c): Likewise. * math/libm-test.inc (ceil_test): Test ceil (0.25). --- math/libm-test.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'math/libm-test.inc') diff --git a/math/libm-test.inc b/math/libm-test.inc index 19e26c680a..8aa9aaaccc 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -1625,6 +1625,7 @@ ceil_test (void) TEST_f_f (ceil, M_PIl, 4.0); TEST_f_f (ceil, -M_PIl, -3.0); + TEST_f_f (ceil, 0.25, 1.0); END (ceil); } -- cgit v1.2.3