CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2015/07/19 11:41:49

Modified files:
        include        : math.h 

Log message:
Define new C99 macros:
- MATH_ERRNO, MATH_ERREXCEPTION and math_errhandling
- Optional FP_FAST_FMA{,F,L} macros if fma() executes as fast or faster
than (x * y) + z;  which in practice is achievable if gcc implements
__FP_FAST_FMA{,F,L}
Reported by John Marino @ DragonFlyBSD.

Reply via email to