OSDN Git Service

libm: fix testuite failure in modf
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 30 Oct 2010 18:19:20 +0000 (20:19 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 30 Oct 2010 18:19:20 +0000 (20:19 +0200)
commit8f6064f5ce689226a528026f196a10c5ba7500d5
tree312f37cb3a08cb6551ec045e08a5edf38a7c510a
parent1631ebd26712b2f5f41285c8cada819bebed294c
libm: fix testuite failure in modf

This error is gone:
Failure: Test: modf (NaN, &x) == NaN
Result:
 is:         -0.00000000000000000000e+00  -0
 should be:   nan   nan

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libm/float_wrappers.c
libm/s_modf.c