Bruce Evans 83e449a402 Add asm versions of fmod(), fmodf() and fmodl() on amd64. Add asm
versions of fmodf() amd fmodl() on i387.

fmod is similar to remainder, and the C versions are 3 to 9 times
slower than the asm versions on x86 for both, but we had the strange
mixture of all 6 variants of remainder in asm and only 1 of 6
variants of fmod in asm.
2016-09-04 12:22:14 +00:00
..
2014-12-16 09:21:56 +00:00
2014-12-16 09:21:56 +00:00
2015-11-09 10:41:27 +00:00
2014-07-07 00:27:09 +00:00
2016-09-03 00:50:18 +00:00
2014-09-15 23:21:57 +00:00