softmath: Add pow
diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am
index 167d4a7..ca92c6a 100644
--- a/mingw-w64-crt/Makefile.am
+++ b/mingw-w64-crt/Makefile.am
@@ -244,7 +244,7 @@
   math/log10f.c         math/logbl.c       math/logf.c           math/logl.c          \
   math/lrint.c          math/lrintf.c      math/lrintl.c         math/lround.c        math/lroundf.c       math/lroundl.c       \
   math/modf.c           math/modff.c       math/modfl.c          math/nextafterf.c    math/nextafterl.c    math/nexttoward.c    \
-  math/nexttowardf.c    math/pow.c         math/powf.c           math/powi.c          math/powif.c         math/powil.c         \
+  math/nexttowardf.c    math/powf.c        math/powi.c           math/powif.c         math/powil.c         \
   math/powl.c           math/rint.c        math/rintf.c          math/rintl.c         math/round.c         math/roundf.c        \
   math/roundl.c         math/s_erf.c       math/sf_erf.c         math/signbit.c       math/signbitf.c      math/signbitl.c      \
   math/sinhf.c          math/sinhl.c       math/sinl.c           math/sqrt.c          \
@@ -301,9 +301,9 @@
   math/cos.c                math/cosf.c               math/cossin.c             math/exp.c                math/exp2.S               \
   math/exp2f.S              math/expm1.c              math/expm1f.c             math/fmod.c               math/fmodf.c              \
   math/ilogb.S              math/ilogbf.S             math/ldexp.c              math/log1p.S              math/log1pf.S             \
-  math/log2.S               math/log2f.S              math/logb.c               math/logbf.c              math/remainder.S          \
-  math/remainderf.S         math/scalbn.S             math/scalbnf.S            math/sin.c                math/sinf.c               \
-  math/tanf.c
+  math/log2.S               math/log2f.S              math/logb.c               math/logbf.c              math/pow.c                \
+  math/remainder.S          math/remainderf.S         math/scalbn.S             math/scalbnf.S            math/sin.c                \
+  math/sinf.c               math/tanf.c
 
 # these only go into the 32 bit version:
 src_libmingwex32=\
@@ -312,9 +312,9 @@
   math/cos.c                math/cosf.c               math/cossin.c             math/exp.c                math/exp2.S               \
   math/exp2f.S              math/expm1.c              math/expm1f.c             math/fmod.c               math/fmodf.c              \
   math/ilogb.S              math/ilogbf.S             math/ldexp.c              math/log1p.S              math/log1pf.S             \
-  math/log2.S               math/log2f.S              math/logb.c               math/logbf.c              math/remainder.S          \
-  math/remainderf.S         math/scalbn.S             math/scalbnf.S            math/sin.c                math/sinf.c               \
-  math/tanf.c
+  math/log2.S               math/log2f.S              math/logb.c               math/logbf.c              math/pow.c                \
+  math/remainder.S          math/remainderf.S         math/scalbn.S             math/scalbnf.S            math/sin.c                \
+  math/sinf.c               math/tanf.c
 
 # these only go into the ARM32 version:
 src_libmingwexarm32=\
@@ -324,9 +324,9 @@
   math/softmath/cos.c       math/softmath/cosf.c      math/softmath/exp.c       math/softmath/exp2.c      math/softmath/exp2f.c     \
   math/softmath/expm1.c     math/softmath/expm1f.c    math/softmath/fmod.c      math/softmath/fmodf.c     math/softmath/ilogb.c     \
   math/softmath/ilogbf.c    math/softmath/ldexp.c     math/softmath/log1p.c     math/softmath/log1pf.c    math/softmath/log2.c      \
-  math/softmath/log2f.c     math/softmath/logb.c      math/softmath/logbf.c     math/softmath/remainder.c math/softmath/remainderf.c \
-  math/softmath/scalbn.c    math/softmath/scalbnf.c   math/softmath/sin.c       math/softmath/sincos.c    math/softmath/sincosf.c   \
-  math/softmath/sinf.c      math/softmath/tanf.c
+  math/softmath/log2f.c     math/softmath/logb.c      math/softmath/logbf.c     math/softmath/pow.c       math/softmath/remainder.c \
+  math/softmath/remainderf.c math/softmath/scalbn.c   math/softmath/scalbnf.c   math/softmath/sin.c       math/softmath/sincos.c    \
+  math/softmath/sincosf.c   math/softmath/sinf.c      math/softmath/tanf.c
 
 
 # These intrinsics are target independent:
diff --git a/mingw-w64-crt/Makefile.in b/mingw-w64-crt/Makefile.in
index 09101b7..f7784cf 100644
--- a/mingw-w64-crt/Makefile.in
+++ b/mingw-w64-crt/Makefile.in
@@ -597,12 +597,12 @@
 	math/lrint.c math/lrintf.c math/lrintl.c math/lround.c \
 	math/lroundf.c math/lroundl.c math/modf.c math/modff.c \
 	math/modfl.c math/nextafterf.c math/nextafterl.c \
-	math/nexttoward.c math/nexttowardf.c math/pow.c math/powf.c \
-	math/powi.c math/powif.c math/powil.c math/powl.c math/rint.c \
-	math/rintf.c math/rintl.c math/round.c math/roundf.c \
-	math/roundl.c math/s_erf.c math/sf_erf.c math/signbit.c \
-	math/signbitf.c math/signbitl.c math/sinhf.c math/sinhl.c \
-	math/sinl.c math/sqrt.c math/sqrtf.c math/sqrtl.c math/tanhf.c \
+	math/nexttoward.c math/nexttowardf.c math/powf.c math/powi.c \
+	math/powif.c math/powil.c math/powl.c math/rint.c math/rintf.c \
+	math/rintl.c math/round.c math/roundf.c math/roundl.c \
+	math/s_erf.c math/sf_erf.c math/signbit.c math/signbitf.c \
+	math/signbitl.c math/sinhf.c math/sinhl.c math/sinl.c \
+	math/sqrt.c math/sqrtf.c math/sqrtl.c math/tanhf.c \
 	math/tanhl.c math/tgamma.c math/tgammaf.c math/tgammal.c \
 	math/truncl.c math/acosh.def.h math/cos.def.h math/exp.def.h \
 	math/expm1.def.h math/log.def.h math/pow.def.h math/powi.def.h \
@@ -672,9 +672,9 @@
 	math/exp2f.S math/expm1.c math/expm1f.c math/fmod.c \
 	math/fmodf.c math/ilogb.S math/ilogbf.S math/ldexp.c \
 	math/log1p.S math/log1pf.S math/log2.S math/log2f.S \
-	math/logb.c math/logbf.c math/remainder.S math/remainderf.S \
-	math/scalbn.S math/scalbnf.S math/sin.c math/sinf.c \
-	math/tanf.c math/DFP/__fpclassifyd32.c \
+	math/logb.c math/logbf.c math/pow.c math/remainder.S \
+	math/remainderf.S math/scalbn.S math/scalbnf.S math/sin.c \
+	math/sinf.c math/tanf.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 \
@@ -858,7 +858,6 @@
 	math/lib32_libmingwex_a-nextafterl.$(OBJEXT) \
 	math/lib32_libmingwex_a-nexttoward.$(OBJEXT) \
 	math/lib32_libmingwex_a-nexttowardf.$(OBJEXT) \
-	math/lib32_libmingwex_a-pow.$(OBJEXT) \
 	math/lib32_libmingwex_a-powf.$(OBJEXT) \
 	math/lib32_libmingwex_a-powi.$(OBJEXT) \
 	math/lib32_libmingwex_a-powif.$(OBJEXT) \
@@ -1084,6 +1083,7 @@
 	math/lib32_libmingwex_a-log2f.$(OBJEXT) \
 	math/lib32_libmingwex_a-logb.$(OBJEXT) \
 	math/lib32_libmingwex_a-logbf.$(OBJEXT) \
+	math/lib32_libmingwex_a-pow.$(OBJEXT) \
 	math/lib32_libmingwex_a-remainder.$(OBJEXT) \
 	math/lib32_libmingwex_a-remainderf.$(OBJEXT) \
 	math/lib32_libmingwex_a-scalbn.$(OBJEXT) \
@@ -1734,12 +1734,12 @@
 	math/lrint.c math/lrintf.c math/lrintl.c math/lround.c \
 	math/lroundf.c math/lroundl.c math/modf.c math/modff.c \
 	math/modfl.c math/nextafterf.c math/nextafterl.c \
-	math/nexttoward.c math/nexttowardf.c math/pow.c math/powf.c \
-	math/powi.c math/powif.c math/powil.c math/powl.c math/rint.c \
-	math/rintf.c math/rintl.c math/round.c math/roundf.c \
-	math/roundl.c math/s_erf.c math/sf_erf.c math/signbit.c \
-	math/signbitf.c math/signbitl.c math/sinhf.c math/sinhl.c \
-	math/sinl.c math/sqrt.c math/sqrtf.c math/sqrtl.c math/tanhf.c \
+	math/nexttoward.c math/nexttowardf.c math/powf.c math/powi.c \
+	math/powif.c math/powil.c math/powl.c math/rint.c math/rintf.c \
+	math/rintl.c math/round.c math/roundf.c math/roundl.c \
+	math/s_erf.c math/sf_erf.c math/signbit.c math/signbitf.c \
+	math/signbitl.c math/sinhf.c math/sinhl.c math/sinl.c \
+	math/sqrt.c math/sqrtf.c math/sqrtl.c math/tanhf.c \
 	math/tanhl.c math/tgamma.c math/tgammaf.c math/tgammal.c \
 	math/truncl.c math/acosh.def.h math/cos.def.h math/exp.def.h \
 	math/expm1.def.h math/log.def.h math/pow.def.h math/powi.def.h \
@@ -1809,9 +1809,9 @@
 	math/exp2f.S math/expm1.c math/expm1f.c math/fmod.c \
 	math/fmodf.c math/ilogb.S math/ilogbf.S math/ldexp.c \
 	math/log1p.S math/log1pf.S math/log2.S math/log2f.S \
-	math/logb.c math/logbf.c math/remainder.S math/remainderf.S \
-	math/scalbn.S math/scalbnf.S math/sin.c math/sinf.c \
-	math/tanf.c math/DFP/__fpclassifyd32.c \
+	math/logb.c math/logbf.c math/pow.c math/remainder.S \
+	math/remainderf.S math/scalbn.S math/scalbnf.S math/sin.c \
+	math/sinf.c math/tanf.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 \
@@ -1995,7 +1995,6 @@
 	math/lib64_libmingwex_a-nextafterl.$(OBJEXT) \
 	math/lib64_libmingwex_a-nexttoward.$(OBJEXT) \
 	math/lib64_libmingwex_a-nexttowardf.$(OBJEXT) \
-	math/lib64_libmingwex_a-pow.$(OBJEXT) \
 	math/lib64_libmingwex_a-powf.$(OBJEXT) \
 	math/lib64_libmingwex_a-powi.$(OBJEXT) \
 	math/lib64_libmingwex_a-powif.$(OBJEXT) \
@@ -2221,6 +2220,7 @@
 	math/lib64_libmingwex_a-log2f.$(OBJEXT) \
 	math/lib64_libmingwex_a-logb.$(OBJEXT) \
 	math/lib64_libmingwex_a-logbf.$(OBJEXT) \
+	math/lib64_libmingwex_a-pow.$(OBJEXT) \
 	math/lib64_libmingwex_a-remainder.$(OBJEXT) \
 	math/lib64_libmingwex_a-remainderf.$(OBJEXT) \
 	math/lib64_libmingwex_a-scalbn.$(OBJEXT) \
@@ -2784,12 +2784,12 @@
 	math/lrint.c math/lrintf.c math/lrintl.c math/lround.c \
 	math/lroundf.c math/lroundl.c math/modf.c math/modff.c \
 	math/modfl.c math/nextafterf.c math/nextafterl.c \
-	math/nexttoward.c math/nexttowardf.c math/pow.c math/powf.c \
-	math/powi.c math/powif.c math/powil.c math/powl.c math/rint.c \
-	math/rintf.c math/rintl.c math/round.c math/roundf.c \
-	math/roundl.c math/s_erf.c math/sf_erf.c math/signbit.c \
-	math/signbitf.c math/signbitl.c math/sinhf.c math/sinhl.c \
-	math/sinl.c math/sqrt.c math/sqrtf.c math/sqrtl.c math/tanhf.c \
+	math/nexttoward.c math/nexttowardf.c math/powf.c math/powi.c \
+	math/powif.c math/powil.c math/powl.c math/rint.c math/rintf.c \
+	math/rintl.c math/round.c math/roundf.c math/roundl.c \
+	math/s_erf.c math/sf_erf.c math/signbit.c math/signbitf.c \
+	math/signbitl.c math/sinhf.c math/sinhl.c math/sinl.c \
+	math/sqrt.c math/sqrtf.c math/sqrtl.c math/tanhf.c \
 	math/tanhl.c math/tgamma.c math/tgammaf.c math/tgammal.c \
 	math/truncl.c math/acosh.def.h math/cos.def.h math/exp.def.h \
 	math/expm1.def.h math/log.def.h math/pow.def.h math/powi.def.h \
@@ -2867,17 +2867,17 @@
 	math/softmath/ldexp.c math/softmath/log1p.c \
 	math/softmath/log1pf.c math/softmath/log2.c \
 	math/softmath/log2f.c math/softmath/logb.c \
-	math/softmath/logbf.c math/softmath/remainder.c \
-	math/softmath/remainderf.c math/softmath/scalbn.c \
-	math/softmath/scalbnf.c math/softmath/sin.c \
-	math/softmath/sincos.c math/softmath/sincosf.c \
-	math/softmath/sinf.c math/softmath/tanf.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/logbf.c math/softmath/pow.c \
+	math/softmath/remainder.c math/softmath/remainderf.c \
+	math/softmath/scalbn.c math/softmath/scalbnf.c \
+	math/softmath/sin.c math/softmath/sincos.c \
+	math/softmath/sincosf.c math/softmath/sinf.c \
+	math/softmath/tanf.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) \
@@ -3056,7 +3056,6 @@
 	math/libarm32_libmingwex_a-nextafterl.$(OBJEXT) \
 	math/libarm32_libmingwex_a-nexttoward.$(OBJEXT) \
 	math/libarm32_libmingwex_a-nexttowardf.$(OBJEXT) \
-	math/libarm32_libmingwex_a-pow.$(OBJEXT) \
 	math/libarm32_libmingwex_a-powf.$(OBJEXT) \
 	math/libarm32_libmingwex_a-powi.$(OBJEXT) \
 	math/libarm32_libmingwex_a-powif.$(OBJEXT) \
@@ -3284,6 +3283,7 @@
 	math/softmath/libarm32_libmingwex_a-log2f.$(OBJEXT) \
 	math/softmath/libarm32_libmingwex_a-logb.$(OBJEXT) \
 	math/softmath/libarm32_libmingwex_a-logbf.$(OBJEXT) \
+	math/softmath/libarm32_libmingwex_a-pow.$(OBJEXT) \
 	math/softmath/libarm32_libmingwex_a-remainder.$(OBJEXT) \
 	math/softmath/libarm32_libmingwex_a-remainderf.$(OBJEXT) \
 	math/softmath/libarm32_libmingwex_a-scalbn.$(OBJEXT) \
@@ -5129,7 +5129,7 @@
   math/log10f.c         math/logbl.c       math/logf.c           math/logl.c          \
   math/lrint.c          math/lrintf.c      math/lrintl.c         math/lround.c        math/lroundf.c       math/lroundl.c       \
   math/modf.c           math/modff.c       math/modfl.c          math/nextafterf.c    math/nextafterl.c    math/nexttoward.c    \
-  math/nexttowardf.c    math/pow.c         math/powf.c           math/powi.c          math/powif.c         math/powil.c         \
+  math/nexttowardf.c    math/powf.c        math/powi.c           math/powif.c         math/powil.c         \
   math/powl.c           math/rint.c        math/rintf.c          math/rintl.c         math/round.c         math/roundf.c        \
   math/roundl.c         math/s_erf.c       math/sf_erf.c         math/signbit.c       math/signbitf.c      math/signbitl.c      \
   math/sinhf.c          math/sinhl.c       math/sinl.c           math/sqrt.c          \
@@ -5187,9 +5187,9 @@
   math/cos.c                math/cosf.c               math/cossin.c             math/exp.c                math/exp2.S               \
   math/exp2f.S              math/expm1.c              math/expm1f.c             math/fmod.c               math/fmodf.c              \
   math/ilogb.S              math/ilogbf.S             math/ldexp.c              math/log1p.S              math/log1pf.S             \
-  math/log2.S               math/log2f.S              math/logb.c               math/logbf.c              math/remainder.S          \
-  math/remainderf.S         math/scalbn.S             math/scalbnf.S            math/sin.c                math/sinf.c               \
-  math/tanf.c
+  math/log2.S               math/log2f.S              math/logb.c               math/logbf.c              math/pow.c                \
+  math/remainder.S          math/remainderf.S         math/scalbn.S             math/scalbnf.S            math/sin.c                \
+  math/sinf.c               math/tanf.c
 
 
 # these only go into the 32 bit version:
@@ -5199,9 +5199,9 @@
   math/cos.c                math/cosf.c               math/cossin.c             math/exp.c                math/exp2.S               \
   math/exp2f.S              math/expm1.c              math/expm1f.c             math/fmod.c               math/fmodf.c              \
   math/ilogb.S              math/ilogbf.S             math/ldexp.c              math/log1p.S              math/log1pf.S             \
-  math/log2.S               math/log2f.S              math/logb.c               math/logbf.c              math/remainder.S          \
-  math/remainderf.S         math/scalbn.S             math/scalbnf.S            math/sin.c                math/sinf.c               \
-  math/tanf.c
+  math/log2.S               math/log2f.S              math/logb.c               math/logbf.c              math/pow.c                \
+  math/remainder.S          math/remainderf.S         math/scalbn.S             math/scalbnf.S            math/sin.c                \
+  math/sinf.c               math/tanf.c
 
 
 # these only go into the ARM32 version:
@@ -5212,9 +5212,9 @@
   math/softmath/cos.c       math/softmath/cosf.c      math/softmath/exp.c       math/softmath/exp2.c      math/softmath/exp2f.c     \
   math/softmath/expm1.c     math/softmath/expm1f.c    math/softmath/fmod.c      math/softmath/fmodf.c     math/softmath/ilogb.c     \
   math/softmath/ilogbf.c    math/softmath/ldexp.c     math/softmath/log1p.c     math/softmath/log1pf.c    math/softmath/log2.c      \
-  math/softmath/log2f.c     math/softmath/logb.c      math/softmath/logbf.c     math/softmath/remainder.c math/softmath/remainderf.c \
-  math/softmath/scalbn.c    math/softmath/scalbnf.c   math/softmath/sin.c       math/softmath/sincos.c    math/softmath/sincosf.c   \
-  math/softmath/sinf.c      math/softmath/tanf.c
+  math/softmath/log2f.c     math/softmath/logb.c      math/softmath/logbf.c     math/softmath/pow.c       math/softmath/remainder.c \
+  math/softmath/remainderf.c math/softmath/scalbn.c   math/softmath/scalbnf.c   math/softmath/sin.c       math/softmath/sincos.c    \
+  math/softmath/sincosf.c   math/softmath/sinf.c      math/softmath/tanf.c
 
 
 # These intrinsics are target independent:
@@ -8472,8 +8472,6 @@
 	math/$(DEPDIR)/$(am__dirstamp)
 math/lib32_libmingwex_a-nexttowardf.$(OBJEXT): math/$(am__dirstamp) \
 	math/$(DEPDIR)/$(am__dirstamp)
-math/lib32_libmingwex_a-pow.$(OBJEXT): math/$(am__dirstamp) \
-	math/$(DEPDIR)/$(am__dirstamp)
 math/lib32_libmingwex_a-powf.$(OBJEXT): math/$(am__dirstamp) \
 	math/$(DEPDIR)/$(am__dirstamp)
 math/lib32_libmingwex_a-powi.$(OBJEXT): math/$(am__dirstamp) \
@@ -8936,6 +8934,8 @@
 	math/$(DEPDIR)/$(am__dirstamp)
 math/lib32_libmingwex_a-logbf.$(OBJEXT): math/$(am__dirstamp) \
 	math/$(DEPDIR)/$(am__dirstamp)
+math/lib32_libmingwex_a-pow.$(OBJEXT): math/$(am__dirstamp) \
+	math/$(DEPDIR)/$(am__dirstamp)
 math/lib32_libmingwex_a-remainder.$(OBJEXT): math/$(am__dirstamp) \
 	math/$(DEPDIR)/$(am__dirstamp)
 math/lib32_libmingwex_a-remainderf.$(OBJEXT): math/$(am__dirstamp) \
@@ -10098,8 +10098,6 @@
 	math/$(DEPDIR)/$(am__dirstamp)
 math/lib64_libmingwex_a-nexttowardf.$(OBJEXT): math/$(am__dirstamp) \
 	math/$(DEPDIR)/$(am__dirstamp)
-math/lib64_libmingwex_a-pow.$(OBJEXT): math/$(am__dirstamp) \
-	math/$(DEPDIR)/$(am__dirstamp)
 math/lib64_libmingwex_a-powf.$(OBJEXT): math/$(am__dirstamp) \
 	math/$(DEPDIR)/$(am__dirstamp)
 math/lib64_libmingwex_a-powi.$(OBJEXT): math/$(am__dirstamp) \
@@ -10550,6 +10548,8 @@
 	math/$(DEPDIR)/$(am__dirstamp)
 math/lib64_libmingwex_a-logbf.$(OBJEXT): math/$(am__dirstamp) \
 	math/$(DEPDIR)/$(am__dirstamp)
+math/lib64_libmingwex_a-pow.$(OBJEXT): math/$(am__dirstamp) \
+	math/$(DEPDIR)/$(am__dirstamp)
 math/lib64_libmingwex_a-remainder.$(OBJEXT): math/$(am__dirstamp) \
 	math/$(DEPDIR)/$(am__dirstamp)
 math/lib64_libmingwex_a-remainderf.$(OBJEXT): math/$(am__dirstamp) \
@@ -11587,8 +11587,6 @@
 	math/$(DEPDIR)/$(am__dirstamp)
 math/libarm32_libmingwex_a-nexttowardf.$(OBJEXT):  \
 	math/$(am__dirstamp) math/$(DEPDIR)/$(am__dirstamp)
-math/libarm32_libmingwex_a-pow.$(OBJEXT): math/$(am__dirstamp) \
-	math/$(DEPDIR)/$(am__dirstamp)
 math/libarm32_libmingwex_a-powf.$(OBJEXT): math/$(am__dirstamp) \
 	math/$(DEPDIR)/$(am__dirstamp)
 math/libarm32_libmingwex_a-powi.$(OBJEXT): math/$(am__dirstamp) \
@@ -12080,6 +12078,9 @@
 math/softmath/libarm32_libmingwex_a-logbf.$(OBJEXT):  \
 	math/softmath/$(am__dirstamp) \
 	math/softmath/$(DEPDIR)/$(am__dirstamp)
+math/softmath/libarm32_libmingwex_a-pow.$(OBJEXT):  \
+	math/softmath/$(am__dirstamp) \
+	math/softmath/$(DEPDIR)/$(am__dirstamp)
 math/softmath/libarm32_libmingwex_a-remainder.$(OBJEXT):  \
 	math/softmath/$(am__dirstamp) \
 	math/softmath/$(DEPDIR)/$(am__dirstamp)
@@ -14721,7 +14722,6 @@
 @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-nextafterl.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-nexttoward.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-nexttowardf.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-pow.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-powf.Po@am__quote@
 @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@
@@ -14827,6 +14827,7 @@
 @AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2f.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logb.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbf.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainder.Po@am__quote@
 @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-scalbn.Po@am__quote@
@@ -21469,20 +21470,6 @@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi`
 
-math/lib32_libmingwex_a-pow.o: math/pow.c
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-pow.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-pow.Tpo -c -o math/lib32_libmingwex_a-pow.o `test -f 'math/pow.c' || echo '$(srcdir)/'`math/pow.c
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-pow.Tpo math/$(DEPDIR)/lib32_libmingwex_a-pow.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='math/pow.c' object='math/lib32_libmingwex_a-pow.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) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-pow.o `test -f 'math/pow.c' || echo '$(srcdir)/'`math/pow.c
-
-math/lib32_libmingwex_a-pow.obj: math/pow.c
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-pow.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-pow.Tpo -c -o math/lib32_libmingwex_a-pow.obj `if test -f 'math/pow.c'; then $(CYGPATH_W) 'math/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/pow.c'; fi`
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-pow.Tpo math/$(DEPDIR)/lib32_libmingwex_a-pow.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='math/pow.c' object='math/lib32_libmingwex_a-pow.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) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-pow.obj `if test -f 'math/pow.c'; then $(CYGPATH_W) 'math/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/pow.c'; fi`
-
 math/lib32_libmingwex_a-powf.o: math/powf.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powf.Tpo -c -o math/lib32_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powf.Po
@@ -24423,6 +24410,20 @@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-logbf.obj `if test -f 'math/logbf.c'; then $(CYGPATH_W) 'math/logbf.c'; else $(CYGPATH_W) '$(srcdir)/math/logbf.c'; fi`
 
+math/lib32_libmingwex_a-pow.o: math/pow.c
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-pow.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-pow.Tpo -c -o math/lib32_libmingwex_a-pow.o `test -f 'math/pow.c' || echo '$(srcdir)/'`math/pow.c
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-pow.Tpo math/$(DEPDIR)/lib32_libmingwex_a-pow.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='math/pow.c' object='math/lib32_libmingwex_a-pow.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) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-pow.o `test -f 'math/pow.c' || echo '$(srcdir)/'`math/pow.c
+
+math/lib32_libmingwex_a-pow.obj: math/pow.c
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-pow.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-pow.Tpo -c -o math/lib32_libmingwex_a-pow.obj `if test -f 'math/pow.c'; then $(CYGPATH_W) 'math/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/pow.c'; fi`
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-pow.Tpo math/$(DEPDIR)/lib32_libmingwex_a-pow.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='math/pow.c' object='math/lib32_libmingwex_a-pow.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) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-pow.obj `if test -f 'math/pow.c'; then $(CYGPATH_W) 'math/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/pow.c'; fi`
+
 math/lib32_libmingwex_a-sin.o: math/sin.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sin.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sin.Tpo -c -o math/lib32_libmingwex_a-sin.o `test -f 'math/sin.c' || echo '$(srcdir)/'`math/sin.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sin.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sin.Po
@@ -30583,20 +30584,6 @@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi`
 
-math/lib64_libmingwex_a-pow.o: math/pow.c
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-pow.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-pow.Tpo -c -o math/lib64_libmingwex_a-pow.o `test -f 'math/pow.c' || echo '$(srcdir)/'`math/pow.c
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-pow.Tpo math/$(DEPDIR)/lib64_libmingwex_a-pow.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='math/pow.c' object='math/lib64_libmingwex_a-pow.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) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-pow.o `test -f 'math/pow.c' || echo '$(srcdir)/'`math/pow.c
-
-math/lib64_libmingwex_a-pow.obj: math/pow.c
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-pow.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-pow.Tpo -c -o math/lib64_libmingwex_a-pow.obj `if test -f 'math/pow.c'; then $(CYGPATH_W) 'math/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/pow.c'; fi`
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-pow.Tpo math/$(DEPDIR)/lib64_libmingwex_a-pow.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='math/pow.c' object='math/lib64_libmingwex_a-pow.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) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-pow.obj `if test -f 'math/pow.c'; then $(CYGPATH_W) 'math/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/pow.c'; fi`
-
 math/lib64_libmingwex_a-powf.o: math/powf.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powf.Tpo -c -o math/lib64_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powf.Po
@@ -33537,6 +33524,20 @@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-logbf.obj `if test -f 'math/logbf.c'; then $(CYGPATH_W) 'math/logbf.c'; else $(CYGPATH_W) '$(srcdir)/math/logbf.c'; fi`
 
+math/lib64_libmingwex_a-pow.o: math/pow.c
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-pow.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-pow.Tpo -c -o math/lib64_libmingwex_a-pow.o `test -f 'math/pow.c' || echo '$(srcdir)/'`math/pow.c
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-pow.Tpo math/$(DEPDIR)/lib64_libmingwex_a-pow.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='math/pow.c' object='math/lib64_libmingwex_a-pow.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) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-pow.o `test -f 'math/pow.c' || echo '$(srcdir)/'`math/pow.c
+
+math/lib64_libmingwex_a-pow.obj: math/pow.c
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-pow.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-pow.Tpo -c -o math/lib64_libmingwex_a-pow.obj `if test -f 'math/pow.c'; then $(CYGPATH_W) 'math/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/pow.c'; fi`
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-pow.Tpo math/$(DEPDIR)/lib64_libmingwex_a-pow.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='math/pow.c' object='math/lib64_libmingwex_a-pow.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) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-pow.obj `if test -f 'math/pow.c'; then $(CYGPATH_W) 'math/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/pow.c'; fi`
+
 math/lib64_libmingwex_a-sin.o: math/sin.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sin.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sin.Tpo -c -o math/lib64_libmingwex_a-sin.o `test -f 'math/sin.c' || echo '$(srcdir)/'`math/sin.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sin.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sin.Po
@@ -39109,20 +39110,6 @@
 @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/libarm32_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi`
 
-math/libarm32_libmingwex_a-pow.o: math/pow.c
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-pow.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-pow.Tpo -c -o math/libarm32_libmingwex_a-pow.o `test -f 'math/pow.c' || echo '$(srcdir)/'`math/pow.c
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-pow.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-pow.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='math/pow.c' object='math/libarm32_libmingwex_a-pow.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/libarm32_libmingwex_a-pow.o `test -f 'math/pow.c' || echo '$(srcdir)/'`math/pow.c
-
-math/libarm32_libmingwex_a-pow.obj: math/pow.c
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-pow.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-pow.Tpo -c -o math/libarm32_libmingwex_a-pow.obj `if test -f 'math/pow.c'; then $(CYGPATH_W) 'math/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/pow.c'; fi`
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-pow.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-pow.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='math/pow.c' object='math/libarm32_libmingwex_a-pow.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/libarm32_libmingwex_a-pow.obj `if test -f 'math/pow.c'; then $(CYGPATH_W) 'math/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/pow.c'; fi`
-
 math/libarm32_libmingwex_a-powf.o: math/powf.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powf.Tpo -c -o math/libarm32_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powf.Po
@@ -42203,6 +42190,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-logbf.obj `if test -f 'math/softmath/logbf.c'; then $(CYGPATH_W) 'math/softmath/logbf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logbf.c'; fi`
 
+math/softmath/libarm32_libmingwex_a-pow.o: math/softmath/pow.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-pow.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Tpo -c -o math/softmath/libarm32_libmingwex_a-pow.o `test -f 'math/softmath/pow.c' || echo '$(srcdir)/'`math/softmath/pow.c
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='math/softmath/pow.c' object='math/softmath/libarm32_libmingwex_a-pow.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-pow.o `test -f 'math/softmath/pow.c' || echo '$(srcdir)/'`math/softmath/pow.c
+
+math/softmath/libarm32_libmingwex_a-pow.obj: math/softmath/pow.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-pow.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Tpo -c -o math/softmath/libarm32_libmingwex_a-pow.obj `if test -f 'math/softmath/pow.c'; then $(CYGPATH_W) 'math/softmath/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/pow.c'; fi`
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='math/softmath/pow.c' object='math/softmath/libarm32_libmingwex_a-pow.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-pow.obj `if test -f 'math/softmath/pow.c'; then $(CYGPATH_W) 'math/softmath/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/pow.c'; fi`
+
 math/softmath/libarm32_libmingwex_a-remainder.o: math/softmath/remainder.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-remainder.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainder.Tpo -c -o math/softmath/libarm32_libmingwex_a-remainder.o `test -f 'math/softmath/remainder.c' || echo '$(srcdir)/'`math/softmath/remainder.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainder.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainder.Po
diff --git a/mingw-w64-crt/math/softmath/pow.c b/mingw-w64-crt/math/softmath/pow.c
new file mode 100644
index 0000000..08f3ef0
--- /dev/null
+++ b/mingw-w64-crt/math/softmath/pow.c
@@ -0,0 +1,50 @@
+/*
+ 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"
+
+double pow(double x, double y)
+{
+    return bsd__ieee754_pow(x, y);
+}