OSDN Git Service

libm: fix remaining failures in test-float
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 30 Oct 2010 22:45:06 +0000 (00:45 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 30 Oct 2010 22:45:06 +0000 (00:45 +0200)
commite9807e243b454b06f279d7593abaeb74c73aef1e
treef78686c8bdd4e92e69232d10e5dd5452e9486c30
parent4435b3ae24b6f76892b7c06c300687c23fab2729
libm: fix remaining failures in test-float

These two failures are fixed:
Failure: Test: ilogb (0.0) == FP_ILOGB0 plus exceptions allowed
Failure: Test: ilogb (NaN) == FP_ILOGBNAN plus exceptions allowed

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libm/s_ilogb.c
test/math/Makefile.in
test/math/ilogb.c [new file with mode: 0644]