Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs/probe_math_exception.c: | Denis Vlasenko | 2009-02-11 | 1 | -5/+28 |
| | | | | | | | | | | | | 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...) | ||||
* | nextafterf: trying to correct FP exception handling | Denis Vlasenko | 2009-02-08 | 1 | -0/+41 |