about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c
Commit message (Collapse)AuthorAgeFilesLines
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
|
* Fix fmod for subnormals (bug 14048).Joseph Myers2012-06-011-2/+2
|
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-2/+2
| | | | Entire tree edited via find | grep | sed.
* Optimize f_modUlrich Drepper2011-10-231-0/+104
Branch prediction for the 32-bit implementation and a new optimized 64-bit implementation.