math: remove x86 modf asm
authornsz <nsz@port70.net>
Thu, 29 Mar 2012 12:05:16 +0000 (14:05 +0200)
committernsz <nsz@port70.net>
Thu, 29 Mar 2012 12:05:16 +0000 (14:05 +0200)
the int part was wrong when -1 < x <= -0 (+0.0 instead of -0.0)
and the size and performace gain of the asm version was negligible


No differences found