--- Exactly like remainder functions, but with fprem instruction instead of fprem1. src/math/i386/fmod.c | 10 ++++++++++ src/math/i386/fmod.s | 11 ----------- src/math/i386/fmodf.c | 10 ++++++++++ src/math/i386/fmodf.s | 11 ----------- src/math/i386/fmodl.c | 9 +++++++++ src/math/i386/fmodl.s | 11 ----------- src/math/x86_64/fmodl.c | 9 +++++++++ src/math/x86_64/fmodl.s | 11 ----------- 8 files changed, 38 insertions(+), 44 deletions(-) create mode 100644 src/math/i386/fmod.c delete mode 100644 src/math/i386/fmod.s create mode 100644 src/math/i386/fmodf.c delete mode 100644 src/math/i386/fmodf.s create mode 100644 src/math/i386/fmodl.c delete mode 100644 src/math/i386/fmodl.s create mode 100644 src/math/x86_64/fmodl.c delete mode 100644 src/math/x86_64/fmodl.s