OSDN Git Service

docs/probe_math_exception.c:
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 11 Feb 2009 17:37:21 +0000 (17:37 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 11 Feb 2009 17:37:21 +0000 (17:37 -0000)
commit5d53cce4c05d1f4f730cce080233dc959f773059
tree1946111a30890c20efd571d5f9228c0f1fc55158
parenteb856014a03f49e132d852d6f1627db64d3abd7a
docs/probe_math_exception.c:
update example
libc/sysdeps/linux/i386/bits/mathinline.h:
improve __finite() macro, add __finitef macro
(why they aren't always macros? why aren't they arch independent?)
libm/math_private.h:
much better comments on math_opt_barrier() and math_force_eval()
libm/s_finite[f].c:
improve out-of-line __finite[f]() too (one byte less, yay...)
docs/probe_math_exception.c
libc/sysdeps/linux/i386/bits/mathinline.h
libm/math_private.h
libm/s_finite.c
libm/s_finitef.c