math: add drem and dremf weak aliases to i386 remainder asm
authorSzabolcs Nagy <nsz@port70.net>
Wed, 8 Jan 2014 21:51:46 +0000 (22:51 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Wed, 8 Jan 2014 21:51:46 +0000 (22:51 +0100)
commitbcff807dc3c1f07db61dae804086b8183bf5df7b
tree9dd2146bbbeaf591904c230c8d4b43a308246041
parent289294220f278a291452332da8f45cf756f57fe5
math: add drem and dremf weak aliases to i386 remainder asm

weak_alias was only in the c code, so drem was missing on platforms
where remainder is implemented in asm.
src/math/i386/remainder.s
src/math/i386/remainderf.s