softmath: Add remquof
diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am
index 2e83ac8..1acb8b3 100644
--- a/mingw-w64-crt/Makefile.am
+++ b/mingw-w64-crt/Makefile.am
@@ -224,7 +224,7 @@
math/floor.S math/floorf.S math/floorl.S \
math/fma.S math/fmaf.S \
math/nearbyint.S math/nearbyintf.S math/nearbyintl.S \
- math/remquof.S math/remquol.S \
+ math/remquol.S \
math/trunc.S math/truncf.S \
math/cbrt.c \
math/cbrtf.c math/cbrtl.c math/cephes_emath.c math/copysign.c math/copysignf.c \
@@ -304,9 +304,9 @@
math/ldexpl.c math/log.c math/log10l.S math/log1p.S math/log1pf.S \
math/log1pl.S math/log2.S math/log2f.S math/log2l.S math/logb.c \
math/logbf.c math/logbl.c math/logl.c math/pow.c math/powl.c \
- math/remainder.S math/remainderf.S math/remainderl.S math/remquo.S math/scalbn.S \
- math/scalbnf.S math/scalbnl.S math/sin.c math/sinf.c math/sinl.c \
- math/sinl_internal.S math/tanf.c math/tanl.S
+ math/remainder.S math/remainderf.S math/remainderl.S math/remquo.S math/remquof.S \
+ math/scalbn.S math/scalbnf.S math/scalbnl.S math/sin.c math/sinf.c \
+ math/sinl.c math/sinl_internal.S math/tanf.c math/tanl.S
# these only go into the 32 bit version:
src_libmingwex32=\
@@ -321,9 +321,9 @@
math/ldexpl.c math/log.c math/log10l.S math/log1p.S math/log1pf.S \
math/log1pl.S math/log2.S math/log2f.S math/log2l.S math/logb.c \
math/logbf.c math/logbl.c math/logl.c math/pow.c math/powl.c \
- math/remainder.S math/remainderf.S math/remainderl.S math/remquo.S math/scalbn.S \
- math/scalbnf.S math/scalbnl.S math/sin.c math/sinf.c math/sinl.c \
- math/sinl_internal.S math/tanf.c math/tanl.S
+ math/remainder.S math/remainderf.S math/remainderl.S math/remquo.S math/remquof.S \
+ math/scalbn.S math/scalbnf.S math/scalbnl.S math/sin.c math/sinf.c \
+ math/sinl.c math/sinl_internal.S math/tanf.c math/tanl.S
# these only go into the ARM32 version:
src_libmingwexarm32=\
@@ -340,9 +340,9 @@
math/softmath/logb.c math/softmath/logbf.c math/softmath/logbl.c math/softmath/logl.c math/softmath/pow.c \
math/softmath/powl.c \
math/softmath/remainder.c math/softmath/remainderf.c math/softmath/remainderl.c \
- math/softmath/remquo.c math/softmath/scalbn.c math/softmath/scalbnf.c math/softmath/scalbnl.c math/softmath/sin.c \
- math/softmath/sincos.c math/softmath/sincosf.c math/softmath/sincosl.c math/softmath/sinf.c math/softmath/sinl.c \
- math/softmath/tanf.c math/softmath/tanl.c
+ math/softmath/remquo.c math/softmath/remquof.c math/softmath/scalbn.c math/softmath/scalbnf.c math/softmath/scalbnl.c \
+ math/softmath/sin.c math/softmath/sincos.c math/softmath/sincosf.c math/softmath/sincosl.c math/softmath/sinf.c \
+ math/softmath/sinl.c math/softmath/tanf.c math/softmath/tanl.c
# These intrinsics are target independent:
diff --git a/mingw-w64-crt/Makefile.in b/mingw-w64-crt/Makefile.in
index 7b2521d..3a5a58c 100644
--- a/mingw-w64-crt/Makefile.in
+++ b/mingw-w64-crt/Makefile.in
@@ -573,9 +573,9 @@
gdtoa/ulp.c math/_chgsignl.S math/ceil.S math/ceilf.S \
math/ceill.S math/copysignl.S math/floor.S math/floorf.S \
math/floorl.S math/fma.S math/fmaf.S math/nearbyint.S \
- math/nearbyintf.S math/nearbyintl.S math/remquof.S \
- math/remquol.S math/trunc.S math/truncf.S math/cbrt.c \
- math/cbrtf.c math/cbrtl.c math/cephes_emath.c math/copysign.c \
+ math/nearbyintf.S math/nearbyintl.S math/remquol.S \
+ math/trunc.S math/truncf.S math/cbrt.c math/cbrtf.c \
+ math/cbrtl.c math/cephes_emath.c math/copysign.c \
math/copysignf.c math/coshf.c math/coshl.c math/erfl.c \
math/expf.c math/fabs.c math/fabsf.c math/fabsl.c math/fdim.c \
math/fdimf.c math/fdiml.c math/fmal.c math/fmax.c math/fmaxf.c \
@@ -671,9 +671,9 @@
math/log1pf.S math/log1pl.S math/log2.S math/log2f.S \
math/log2l.S math/logb.c math/logbf.c math/logbl.c math/logl.c \
math/pow.c math/powl.c math/remainder.S math/remainderf.S \
- math/remainderl.S math/remquo.S math/scalbn.S math/scalbnf.S \
- math/scalbnl.S math/sin.c math/sinf.c math/sinl.c \
- math/sinl_internal.S math/tanf.c math/tanl.S \
+ math/remainderl.S math/remquo.S math/remquof.S math/scalbn.S \
+ math/scalbnf.S math/scalbnl.S math/sin.c math/sinf.c \
+ math/sinl.c math/sinl_internal.S math/tanf.c math/tanl.S \
math/DFP/__fpclassifyd32.c math/DFP/__fpclassifyd64.c \
math/DFP/__fpclassifyd128.c math/DFP/__isnand32.c \
math/DFP/__isnand64.c math/DFP/__isnand128.c \
@@ -764,7 +764,6 @@
math/lib32_libmingwex_a-nearbyint.$(OBJEXT) \
math/lib32_libmingwex_a-nearbyintf.$(OBJEXT) \
math/lib32_libmingwex_a-nearbyintl.$(OBJEXT) \
- math/lib32_libmingwex_a-remquof.$(OBJEXT) \
math/lib32_libmingwex_a-remquol.$(OBJEXT) \
math/lib32_libmingwex_a-trunc.$(OBJEXT) \
math/lib32_libmingwex_a-truncf.$(OBJEXT) \
@@ -1084,6 +1083,7 @@
math/lib32_libmingwex_a-remainderf.$(OBJEXT) \
math/lib32_libmingwex_a-remainderl.$(OBJEXT) \
math/lib32_libmingwex_a-remquo.$(OBJEXT) \
+ math/lib32_libmingwex_a-remquof.$(OBJEXT) \
math/lib32_libmingwex_a-scalbn.$(OBJEXT) \
math/lib32_libmingwex_a-scalbnf.$(OBJEXT) \
math/lib32_libmingwex_a-scalbnl.$(OBJEXT) \
@@ -1712,9 +1712,9 @@
gdtoa/ulp.c math/_chgsignl.S math/ceil.S math/ceilf.S \
math/ceill.S math/copysignl.S math/floor.S math/floorf.S \
math/floorl.S math/fma.S math/fmaf.S math/nearbyint.S \
- math/nearbyintf.S math/nearbyintl.S math/remquof.S \
- math/remquol.S math/trunc.S math/truncf.S math/cbrt.c \
- math/cbrtf.c math/cbrtl.c math/cephes_emath.c math/copysign.c \
+ math/nearbyintf.S math/nearbyintl.S math/remquol.S \
+ math/trunc.S math/truncf.S math/cbrt.c math/cbrtf.c \
+ math/cbrtl.c math/cephes_emath.c math/copysign.c \
math/copysignf.c math/coshf.c math/coshl.c math/erfl.c \
math/expf.c math/fabs.c math/fabsf.c math/fabsl.c math/fdim.c \
math/fdimf.c math/fdiml.c math/fmal.c math/fmax.c math/fmaxf.c \
@@ -1810,9 +1810,9 @@
math/log1pf.S math/log1pl.S math/log2.S math/log2f.S \
math/log2l.S math/logb.c math/logbf.c math/logbl.c math/logl.c \
math/pow.c math/powl.c math/remainder.S math/remainderf.S \
- math/remainderl.S math/remquo.S math/scalbn.S math/scalbnf.S \
- math/scalbnl.S math/sin.c math/sinf.c math/sinl.c \
- math/sinl_internal.S math/tanf.c math/tanl.S \
+ math/remainderl.S math/remquo.S math/remquof.S math/scalbn.S \
+ math/scalbnf.S math/scalbnl.S math/sin.c math/sinf.c \
+ math/sinl.c math/sinl_internal.S math/tanf.c math/tanl.S \
math/DFP/__fpclassifyd32.c math/DFP/__fpclassifyd64.c \
math/DFP/__fpclassifyd128.c math/DFP/__isnand32.c \
math/DFP/__isnand64.c math/DFP/__isnand128.c \
@@ -1903,7 +1903,6 @@
math/lib64_libmingwex_a-nearbyint.$(OBJEXT) \
math/lib64_libmingwex_a-nearbyintf.$(OBJEXT) \
math/lib64_libmingwex_a-nearbyintl.$(OBJEXT) \
- math/lib64_libmingwex_a-remquof.$(OBJEXT) \
math/lib64_libmingwex_a-remquol.$(OBJEXT) \
math/lib64_libmingwex_a-trunc.$(OBJEXT) \
math/lib64_libmingwex_a-truncf.$(OBJEXT) \
@@ -2223,6 +2222,7 @@
math/lib64_libmingwex_a-remainderf.$(OBJEXT) \
math/lib64_libmingwex_a-remainderl.$(OBJEXT) \
math/lib64_libmingwex_a-remquo.$(OBJEXT) \
+ math/lib64_libmingwex_a-remquof.$(OBJEXT) \
math/lib64_libmingwex_a-scalbn.$(OBJEXT) \
math/lib64_libmingwex_a-scalbnf.$(OBJEXT) \
math/lib64_libmingwex_a-scalbnl.$(OBJEXT) \
@@ -2764,9 +2764,9 @@
gdtoa/ulp.c math/_chgsignl.S math/ceil.S math/ceilf.S \
math/ceill.S math/copysignl.S math/floor.S math/floorf.S \
math/floorl.S math/fma.S math/fmaf.S math/nearbyint.S \
- math/nearbyintf.S math/nearbyintl.S math/remquof.S \
- math/remquol.S math/trunc.S math/truncf.S math/cbrt.c \
- math/cbrtf.c math/cbrtl.c math/cephes_emath.c math/copysign.c \
+ math/nearbyintf.S math/nearbyintl.S math/remquol.S \
+ math/trunc.S math/truncf.S math/cbrt.c math/cbrtf.c \
+ math/cbrtl.c math/cephes_emath.c math/copysign.c \
math/copysignf.c math/coshf.c math/coshl.c math/erfl.c \
math/expf.c math/fabs.c math/fabsf.c math/fabsl.c math/fdim.c \
math/fdimf.c math/fdiml.c math/fmal.c math/fmax.c math/fmaxf.c \
@@ -2876,17 +2876,18 @@
math/softmath/logbl.c math/softmath/logl.c math/softmath/pow.c \
math/softmath/powl.c math/softmath/remainder.c \
math/softmath/remainderf.c math/softmath/remainderl.c \
- math/softmath/remquo.c math/softmath/scalbn.c \
- math/softmath/scalbnf.c math/softmath/scalbnl.c \
- math/softmath/sin.c math/softmath/sincos.c \
- math/softmath/sincosf.c math/softmath/sincosl.c \
- math/softmath/sinf.c math/softmath/sinl.c math/softmath/tanf.c \
- math/softmath/tanl.c math/DFP/__fpclassifyd32.c \
- math/DFP/__fpclassifyd64.c math/DFP/__fpclassifyd128.c \
- math/DFP/__isnand32.c math/DFP/__isnand64.c \
- math/DFP/__isnand128.c math/DFP/__signbitd32.c \
- math/DFP/__signbitd64.c math/DFP/__signbitd128.c \
- math/DFP/isinfd32.c math/DFP/isinfd64.c math/DFP/isinfd128.c
+ math/softmath/remquo.c math/softmath/remquof.c \
+ math/softmath/scalbn.c math/softmath/scalbnf.c \
+ math/softmath/scalbnl.c math/softmath/sin.c \
+ math/softmath/sincos.c math/softmath/sincosf.c \
+ math/softmath/sincosl.c math/softmath/sinf.c \
+ math/softmath/sinl.c math/softmath/tanf.c math/softmath/tanl.c \
+ math/DFP/__fpclassifyd32.c math/DFP/__fpclassifyd64.c \
+ math/DFP/__fpclassifyd128.c math/DFP/__isnand32.c \
+ math/DFP/__isnand64.c math/DFP/__isnand128.c \
+ math/DFP/__signbitd32.c math/DFP/__signbitd64.c \
+ math/DFP/__signbitd128.c math/DFP/isinfd32.c \
+ math/DFP/isinfd64.c math/DFP/isinfd128.c
am__objects_78 = crt/libarm32_libmingwex_a-dllentry.$(OBJEXT) \
crt/libarm32_libmingwex_a-dllmain.$(OBJEXT) \
complex/libarm32_libmingwex_a-cabs.$(OBJEXT) \
@@ -2971,7 +2972,6 @@
math/libarm32_libmingwex_a-nearbyint.$(OBJEXT) \
math/libarm32_libmingwex_a-nearbyintf.$(OBJEXT) \
math/libarm32_libmingwex_a-nearbyintl.$(OBJEXT) \
- math/libarm32_libmingwex_a-remquof.$(OBJEXT) \
math/libarm32_libmingwex_a-remquol.$(OBJEXT) \
math/libarm32_libmingwex_a-trunc.$(OBJEXT) \
math/libarm32_libmingwex_a-truncf.$(OBJEXT) \
@@ -3290,6 +3290,7 @@
math/softmath/libarm32_libmingwex_a-remainderf.$(OBJEXT) \
math/softmath/libarm32_libmingwex_a-remainderl.$(OBJEXT) \
math/softmath/libarm32_libmingwex_a-remquo.$(OBJEXT) \
+ math/softmath/libarm32_libmingwex_a-remquof.$(OBJEXT) \
math/softmath/libarm32_libmingwex_a-scalbn.$(OBJEXT) \
math/softmath/libarm32_libmingwex_a-scalbnf.$(OBJEXT) \
math/softmath/libarm32_libmingwex_a-scalbnl.$(OBJEXT) \
@@ -5117,7 +5118,7 @@
math/floor.S math/floorf.S math/floorl.S \
math/fma.S math/fmaf.S \
math/nearbyint.S math/nearbyintf.S math/nearbyintl.S \
- math/remquof.S math/remquol.S \
+ math/remquol.S \
math/trunc.S math/truncf.S \
math/cbrt.c \
math/cbrtf.c math/cbrtl.c math/cephes_emath.c math/copysign.c math/copysignf.c \
@@ -5198,9 +5199,9 @@
math/ldexpl.c math/log.c math/log10l.S math/log1p.S math/log1pf.S \
math/log1pl.S math/log2.S math/log2f.S math/log2l.S math/logb.c \
math/logbf.c math/logbl.c math/logl.c math/pow.c math/powl.c \
- math/remainder.S math/remainderf.S math/remainderl.S math/remquo.S math/scalbn.S \
- math/scalbnf.S math/scalbnl.S math/sin.c math/sinf.c math/sinl.c \
- math/sinl_internal.S math/tanf.c math/tanl.S
+ math/remainder.S math/remainderf.S math/remainderl.S math/remquo.S math/remquof.S \
+ math/scalbn.S math/scalbnf.S math/scalbnl.S math/sin.c math/sinf.c \
+ math/sinl.c math/sinl_internal.S math/tanf.c math/tanl.S
# these only go into the 32 bit version:
@@ -5216,9 +5217,9 @@
math/ldexpl.c math/log.c math/log10l.S math/log1p.S math/log1pf.S \
math/log1pl.S math/log2.S math/log2f.S math/log2l.S math/logb.c \
math/logbf.c math/logbl.c math/logl.c math/pow.c math/powl.c \
- math/remainder.S math/remainderf.S math/remainderl.S math/remquo.S math/scalbn.S \
- math/scalbnf.S math/scalbnl.S math/sin.c math/sinf.c math/sinl.c \
- math/sinl_internal.S math/tanf.c math/tanl.S
+ math/remainder.S math/remainderf.S math/remainderl.S math/remquo.S math/remquof.S \
+ math/scalbn.S math/scalbnf.S math/scalbnl.S math/sin.c math/sinf.c \
+ math/sinl.c math/sinl_internal.S math/tanf.c math/tanl.S
# these only go into the ARM32 version:
@@ -5236,9 +5237,9 @@
math/softmath/logb.c math/softmath/logbf.c math/softmath/logbl.c math/softmath/logl.c math/softmath/pow.c \
math/softmath/powl.c \
math/softmath/remainder.c math/softmath/remainderf.c math/softmath/remainderl.c \
- math/softmath/remquo.c math/softmath/scalbn.c math/softmath/scalbnf.c math/softmath/scalbnl.c math/softmath/sin.c \
- math/softmath/sincos.c math/softmath/sincosf.c math/softmath/sincosl.c math/softmath/sinf.c math/softmath/sinl.c \
- math/softmath/tanf.c math/softmath/tanl.c
+ math/softmath/remquo.c math/softmath/remquof.c math/softmath/scalbn.c math/softmath/scalbnf.c math/softmath/scalbnl.c \
+ math/softmath/sin.c math/softmath/sincos.c math/softmath/sincosf.c math/softmath/sincosl.c math/softmath/sinf.c \
+ math/softmath/sinl.c math/softmath/tanf.c math/softmath/tanl.c
# These intrinsics are target independent:
@@ -8306,8 +8307,6 @@
math/$(DEPDIR)/$(am__dirstamp)
math/lib32_libmingwex_a-nearbyintl.$(OBJEXT): math/$(am__dirstamp) \
math/$(DEPDIR)/$(am__dirstamp)
-math/lib32_libmingwex_a-remquof.$(OBJEXT): math/$(am__dirstamp) \
- math/$(DEPDIR)/$(am__dirstamp)
math/lib32_libmingwex_a-remquol.$(OBJEXT): math/$(am__dirstamp) \
math/$(DEPDIR)/$(am__dirstamp)
math/lib32_libmingwex_a-trunc.$(OBJEXT): math/$(am__dirstamp) \
@@ -8958,6 +8957,8 @@
math/$(DEPDIR)/$(am__dirstamp)
math/lib32_libmingwex_a-remquo.$(OBJEXT): math/$(am__dirstamp) \
math/$(DEPDIR)/$(am__dirstamp)
+math/lib32_libmingwex_a-remquof.$(OBJEXT): math/$(am__dirstamp) \
+ math/$(DEPDIR)/$(am__dirstamp)
math/lib32_libmingwex_a-scalbn.$(OBJEXT): math/$(am__dirstamp) \
math/$(DEPDIR)/$(am__dirstamp)
math/lib32_libmingwex_a-scalbnf.$(OBJEXT): math/$(am__dirstamp) \
@@ -9936,8 +9937,6 @@
math/$(DEPDIR)/$(am__dirstamp)
math/lib64_libmingwex_a-nearbyintl.$(OBJEXT): math/$(am__dirstamp) \
math/$(DEPDIR)/$(am__dirstamp)
-math/lib64_libmingwex_a-remquof.$(OBJEXT): math/$(am__dirstamp) \
- math/$(DEPDIR)/$(am__dirstamp)
math/lib64_libmingwex_a-remquol.$(OBJEXT): math/$(am__dirstamp) \
math/$(DEPDIR)/$(am__dirstamp)
math/lib64_libmingwex_a-trunc.$(OBJEXT): math/$(am__dirstamp) \
@@ -10576,6 +10575,8 @@
math/$(DEPDIR)/$(am__dirstamp)
math/lib64_libmingwex_a-remquo.$(OBJEXT): math/$(am__dirstamp) \
math/$(DEPDIR)/$(am__dirstamp)
+math/lib64_libmingwex_a-remquof.$(OBJEXT): math/$(am__dirstamp) \
+ math/$(DEPDIR)/$(am__dirstamp)
math/lib64_libmingwex_a-scalbn.$(OBJEXT): math/$(am__dirstamp) \
math/$(DEPDIR)/$(am__dirstamp)
math/lib64_libmingwex_a-scalbnf.$(OBJEXT): math/$(am__dirstamp) \
@@ -11429,8 +11430,6 @@
math/$(DEPDIR)/$(am__dirstamp)
math/libarm32_libmingwex_a-nearbyintl.$(OBJEXT): math/$(am__dirstamp) \
math/$(DEPDIR)/$(am__dirstamp)
-math/libarm32_libmingwex_a-remquof.$(OBJEXT): math/$(am__dirstamp) \
- math/$(DEPDIR)/$(am__dirstamp)
math/libarm32_libmingwex_a-remquol.$(OBJEXT): math/$(am__dirstamp) \
math/$(DEPDIR)/$(am__dirstamp)
math/libarm32_libmingwex_a-trunc.$(OBJEXT): math/$(am__dirstamp) \
@@ -12131,6 +12130,9 @@
math/softmath/libarm32_libmingwex_a-remquo.$(OBJEXT): \
math/softmath/$(am__dirstamp) \
math/softmath/$(DEPDIR)/$(am__dirstamp)
+math/softmath/libarm32_libmingwex_a-remquof.$(OBJEXT): \
+ math/softmath/$(am__dirstamp) \
+ math/softmath/$(DEPDIR)/$(am__dirstamp)
math/softmath/libarm32_libmingwex_a-scalbn.$(OBJEXT): \
math/softmath/$(am__dirstamp) \
math/softmath/$(DEPDIR)/$(am__dirstamp)
@@ -14758,7 +14760,6 @@
@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-powi.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-powif.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-powil.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-remquof.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-remquol.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-rint.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-rintf.Po@am__quote@
@@ -14879,6 +14880,7 @@
@AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderf.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderl.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquo.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnf.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnl.Po@am__quote@
@@ -15941,20 +15943,6 @@
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-nearbyintl.obj `if test -f 'math/nearbyintl.S'; then $(CYGPATH_W) 'math/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyintl.S'; fi`
-math/lib32_libmingwex_a-remquof.o: math/remquof.S
-@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remquof.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remquof.Tpo -c -o math/lib32_libmingwex_a-remquof.o `test -f 'math/remquof.S' || echo '$(srcdir)/'`math/remquof.S
-@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remquof.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remquof.Po
-@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquof.S' object='math/lib32_libmingwex_a-remquof.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remquof.o `test -f 'math/remquof.S' || echo '$(srcdir)/'`math/remquof.S
-
-math/lib32_libmingwex_a-remquof.obj: math/remquof.S
-@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remquof.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remquof.Tpo -c -o math/lib32_libmingwex_a-remquof.obj `if test -f 'math/remquof.S'; then $(CYGPATH_W) 'math/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/remquof.S'; fi`
-@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remquof.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remquof.Po
-@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquof.S' object='math/lib32_libmingwex_a-remquof.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remquof.obj `if test -f 'math/remquof.S'; then $(CYGPATH_W) 'math/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/remquof.S'; fi`
-
math/lib32_libmingwex_a-remquol.o: math/remquol.S
@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remquol.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remquol.Tpo -c -o math/lib32_libmingwex_a-remquol.o `test -f 'math/remquol.S' || echo '$(srcdir)/'`math/remquol.S
@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remquol.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remquol.Po
@@ -16375,6 +16363,20 @@
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remquo.obj `if test -f 'math/remquo.S'; then $(CYGPATH_W) 'math/remquo.S'; else $(CYGPATH_W) '$(srcdir)/math/remquo.S'; fi`
+math/lib32_libmingwex_a-remquof.o: math/remquof.S
+@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remquof.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remquof.Tpo -c -o math/lib32_libmingwex_a-remquof.o `test -f 'math/remquof.S' || echo '$(srcdir)/'`math/remquof.S
+@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remquof.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remquof.Po
+@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquof.S' object='math/lib32_libmingwex_a-remquof.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remquof.o `test -f 'math/remquof.S' || echo '$(srcdir)/'`math/remquof.S
+
+math/lib32_libmingwex_a-remquof.obj: math/remquof.S
+@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remquof.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remquof.Tpo -c -o math/lib32_libmingwex_a-remquof.obj `if test -f 'math/remquof.S'; then $(CYGPATH_W) 'math/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/remquof.S'; fi`
+@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remquof.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remquof.Po
+@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquof.S' object='math/lib32_libmingwex_a-remquof.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remquof.obj `if test -f 'math/remquof.S'; then $(CYGPATH_W) 'math/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/remquof.S'; fi`
+
math/lib32_libmingwex_a-scalbn.o: math/scalbn.S
@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-scalbn.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-scalbn.Tpo -c -o math/lib32_libmingwex_a-scalbn.o `test -f 'math/scalbn.S' || echo '$(srcdir)/'`math/scalbn.S
@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-scalbn.Tpo math/$(DEPDIR)/lib32_libmingwex_a-scalbn.Po
@@ -16641,20 +16643,6 @@
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-nearbyintl.obj `if test -f 'math/nearbyintl.S'; then $(CYGPATH_W) 'math/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyintl.S'; fi`
-math/lib64_libmingwex_a-remquof.o: math/remquof.S
-@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remquof.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remquof.Tpo -c -o math/lib64_libmingwex_a-remquof.o `test -f 'math/remquof.S' || echo '$(srcdir)/'`math/remquof.S
-@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remquof.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remquof.Po
-@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquof.S' object='math/lib64_libmingwex_a-remquof.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remquof.o `test -f 'math/remquof.S' || echo '$(srcdir)/'`math/remquof.S
-
-math/lib64_libmingwex_a-remquof.obj: math/remquof.S
-@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remquof.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remquof.Tpo -c -o math/lib64_libmingwex_a-remquof.obj `if test -f 'math/remquof.S'; then $(CYGPATH_W) 'math/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/remquof.S'; fi`
-@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remquof.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remquof.Po
-@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquof.S' object='math/lib64_libmingwex_a-remquof.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remquof.obj `if test -f 'math/remquof.S'; then $(CYGPATH_W) 'math/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/remquof.S'; fi`
-
math/lib64_libmingwex_a-remquol.o: math/remquol.S
@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remquol.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remquol.Tpo -c -o math/lib64_libmingwex_a-remquol.o `test -f 'math/remquol.S' || echo '$(srcdir)/'`math/remquol.S
@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remquol.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remquol.Po
@@ -17075,6 +17063,20 @@
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remquo.obj `if test -f 'math/remquo.S'; then $(CYGPATH_W) 'math/remquo.S'; else $(CYGPATH_W) '$(srcdir)/math/remquo.S'; fi`
+math/lib64_libmingwex_a-remquof.o: math/remquof.S
+@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remquof.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remquof.Tpo -c -o math/lib64_libmingwex_a-remquof.o `test -f 'math/remquof.S' || echo '$(srcdir)/'`math/remquof.S
+@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remquof.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remquof.Po
+@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquof.S' object='math/lib64_libmingwex_a-remquof.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remquof.o `test -f 'math/remquof.S' || echo '$(srcdir)/'`math/remquof.S
+
+math/lib64_libmingwex_a-remquof.obj: math/remquof.S
+@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remquof.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remquof.Tpo -c -o math/lib64_libmingwex_a-remquof.obj `if test -f 'math/remquof.S'; then $(CYGPATH_W) 'math/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/remquof.S'; fi`
+@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remquof.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remquof.Po
+@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquof.S' object='math/lib64_libmingwex_a-remquof.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remquof.obj `if test -f 'math/remquof.S'; then $(CYGPATH_W) 'math/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/remquof.S'; fi`
+
math/lib64_libmingwex_a-scalbn.o: math/scalbn.S
@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-scalbn.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-scalbn.Tpo -c -o math/lib64_libmingwex_a-scalbn.o `test -f 'math/scalbn.S' || echo '$(srcdir)/'`math/scalbn.S
@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-scalbn.Tpo math/$(DEPDIR)/lib64_libmingwex_a-scalbn.Po
@@ -17327,20 +17329,6 @@
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-nearbyintl.obj `if test -f 'math/nearbyintl.S'; then $(CYGPATH_W) 'math/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyintl.S'; fi`
-math/libarm32_libmingwex_a-remquof.o: math/remquof.S
-@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-remquof.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-remquof.Tpo -c -o math/libarm32_libmingwex_a-remquof.o `test -f 'math/remquof.S' || echo '$(srcdir)/'`math/remquof.S
-@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-remquof.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-remquof.Po
-@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquof.S' object='math/libarm32_libmingwex_a-remquof.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-remquof.o `test -f 'math/remquof.S' || echo '$(srcdir)/'`math/remquof.S
-
-math/libarm32_libmingwex_a-remquof.obj: math/remquof.S
-@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-remquof.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-remquof.Tpo -c -o math/libarm32_libmingwex_a-remquof.obj `if test -f 'math/remquof.S'; then $(CYGPATH_W) 'math/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/remquof.S'; fi`
-@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-remquof.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-remquof.Po
-@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquof.S' object='math/libarm32_libmingwex_a-remquof.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-remquof.obj `if test -f 'math/remquof.S'; then $(CYGPATH_W) 'math/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/remquof.S'; fi`
-
math/libarm32_libmingwex_a-remquol.o: math/remquol.S
@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-remquol.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-remquol.Tpo -c -o math/libarm32_libmingwex_a-remquol.o `test -f 'math/remquol.S' || echo '$(srcdir)/'`math/remquol.S
@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-remquol.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-remquol.Po
@@ -42277,6 +42265,20 @@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remquo.obj `if test -f 'math/softmath/remquo.c'; then $(CYGPATH_W) 'math/softmath/remquo.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remquo.c'; fi`
+math/softmath/libarm32_libmingwex_a-remquof.o: math/softmath/remquof.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remquof.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Tpo -c -o math/softmath/libarm32_libmingwex_a-remquof.o `test -f 'math/softmath/remquof.c' || echo '$(srcdir)/'`math/softmath/remquof.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remquof.c' object='math/softmath/libarm32_libmingwex_a-remquof.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remquof.o `test -f 'math/softmath/remquof.c' || echo '$(srcdir)/'`math/softmath/remquof.c
+
+math/softmath/libarm32_libmingwex_a-remquof.obj: math/softmath/remquof.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remquof.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Tpo -c -o math/softmath/libarm32_libmingwex_a-remquof.obj `if test -f 'math/softmath/remquof.c'; then $(CYGPATH_W) 'math/softmath/remquof.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remquof.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remquof.c' object='math/softmath/libarm32_libmingwex_a-remquof.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remquof.obj `if test -f 'math/softmath/remquof.c'; then $(CYGPATH_W) 'math/softmath/remquof.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remquof.c'; fi`
+
math/softmath/libarm32_libmingwex_a-scalbn.o: math/softmath/scalbn.c
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-scalbn.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Tpo -c -o math/softmath/libarm32_libmingwex_a-scalbn.o `test -f 'math/softmath/scalbn.c' || echo '$(srcdir)/'`math/softmath/scalbn.c
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Po
diff --git a/mingw-w64-crt/math/softmath/remquof.c b/mingw-w64-crt/math/softmath/remquof.c
new file mode 100644
index 0000000..dbdd243
--- /dev/null
+++ b/mingw-w64-crt/math/softmath/remquof.c
@@ -0,0 +1,62 @@
+/*
+ This Software is provided under the Zope Public License (ZPL) Version 2.1.
+
+ Copyright (c) 2014 by the mingw-w64 project
+
+ See the AUTHORS file for the list of contributors to the mingw-w64 project.
+
+ This license has been certified as open source. It has also been designated
+ as GPL compatible by the Free Software Foundation (FSF).
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions in source code must retain the accompanying copyright
+ notice, this list of conditions, and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the accompanying
+ copyright notice, this list of conditions, and the following disclaimer
+ in the documentation and/or other materials provided with the
+ distribution.
+ 3. Names of the copyright holders must not be used to endorse or promote
+ products derived from this software without prior written permission
+ from the copyright holders.
+ 4. The right to distribute this software or to use it for any purpose does
+ not give you the right to use Servicemarks (sm) or Trademarks (tm) of
+ the copyright holders. Use of them is covered by separate agreement
+ with the copyright holders.
+ 5. If any files are modified, you must cause the modified files to carry
+ prominent notices stating that you changed the files and the date of
+ any change.
+
+ Disclaimer
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
+ OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
+
+#include "softmath_private.h"
+
+float remquof(float x, float y, int *quo)
+{
+ float r;
+
+ if (isnan(x) || isnan(y)) return NANF;
+ if (y == 0.0)
+ {
+ errno = EDOM;
+ __mingw_raise_matherr (_DOMAIN, "remquof", x, y, NANF);
+ return NANF;
+ }
+
+ r = remainderf(x, y);
+ if (quo) *quo = (int)((x - r) / y) % 8;
+ return r;
+}