K 10 svn:author V 3 bde K 8 svn:date V 27 2016-09-04T12:22:14.069851Z K 7 svn:log V 331 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. END