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)
commitd79ac8c38f3992b4547d155f5c8e612f51d9b32e
treeb4d5a4653e016e97358efa70184bfe4be8940b7f
parentf6ceccd92247575e4a35bc94f581a570b8052d43
math: remove x86 modf asm
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
src/math/i386/modf.s [deleted file]
src/math/i386/modff.s [deleted file]
src/math/i386/modfl.s [deleted file]
src/math/x86_64/modfl.s [deleted file]