math: fenv status flag fixes
[libc-test] / src / math / special / pow.h
index fed7899..8af17c4 100644 (file)
@@ -11,7 +11,7 @@ T(RN,                  0x0p+0,                 -0x1p+0,                     inf,
 T(RN,                  0x0p+0,                 -0x1p+1,                     inf,          0x0p+0, DIVBYZERO)
 T(RN,                  0x0p+0,               -0x1.8p+1,                     inf,          0x0p+0, DIVBYZERO)
 T(RN,                  0x0p+0,                 -0x1p+2,                     inf,          0x0p+0, DIVBYZERO)
-T(RN,                  0x0p+0,                    -inf,                     inf,          0x0p+0, 0)
+T(RN,                  0x0p+0,                    -inf,                     inf,          0x0p+0, DIVBYZERO)
 T(RN,                 -0x0p+0,                     nan,                     nan,          0x0p+0, 0)
 T(RN,                 -0x0p+0,                     inf,                  0x0p+0,          0x0p+0, 0)
 T(RN,                 -0x0p+0,                0x1.8p+1,                 -0x0p+0,          0x0p+0, 0)
@@ -25,7 +25,7 @@ T(RN,                 -0x0p+0,                 -0x1p+0,                    -inf,
 T(RN,                 -0x0p+0,                 -0x1p+1,                     inf,          0x0p+0, DIVBYZERO)
 T(RN,                 -0x0p+0,               -0x1.8p+1,                    -inf,          0x0p+0, DIVBYZERO)
 T(RN,                 -0x0p+0,                 -0x1p+2,                     inf,          0x0p+0, DIVBYZERO)
-T(RN,                 -0x0p+0,                    -inf,                     inf,          0x0p+0, 0)
+T(RN,                 -0x0p+0,                    -inf,                     inf,          0x0p+0, DIVBYZERO)
 T(RN,                     nan,                  0x0p+0,                  0x1p+0,          0x0p+0, 0)
 T(RN,                     inf,                  0x0p+0,                  0x1p+0,          0x0p+0, 0)
 T(RN,                    -inf,                  0x0p+0,                  0x1p+0,          0x0p+0, 0)