OSDN Git Service

Consolidate fmod() and remainder() source code.
authorKeith Marshall <keith@users.osdn.me>
Thu, 25 Feb 2021 16:21:59 +0000 (16:21 +0000)
committerKeith Marshall <keith@users.osdn.me>
Thu, 25 Feb 2021 16:21:59 +0000 (16:21 +0000)
commitb3f510ab65f64fca31e823bbc7fd69eeca7cf1d9
tree17c457988f2719c126792be8774e82992fe0fe2e
parent38a2db63d60bf01e2549443f3b8a5b381b716390
Consolidate fmod() and remainder() source code.
mingwrt/ChangeLog
mingwrt/Makefile.in
mingwrt/mingwex/math/fmod_generic.sx.in [new file with mode: 0644]
mingwrt/mingwex/math/fmodf.c [deleted file]
mingwrt/mingwex/math/fmodl.c [deleted file]
mingwrt/mingwex/math/remainder.s [deleted file]
mingwrt/mingwex/math/remainderf.s [deleted file]
mingwrt/mingwex/math/remainderl.s [deleted file]