checkint in powf is not supposed to be used with 0, inf or nan inputs.
* sysdeps/ieee754/flt-32/e_powf.c (checkint): Fix documentation.
+2018-09-19 Szabolcs Nagy <szabolcs.nagy@arm.com>
+
+ * sysdeps/ieee754/flt-32/e_powf.c (checkint): Fix documentation.
+
2018-09-19 Szabolcs Nagy <szabolcs.nagy@arm.com>
* NEWS: Mention pow improvements.
return y;
}
-/* Returns 0 if not int, 1 if odd int, 2 if even int. */
+/* Returns 0 if not int, 1 if odd int, 2 if even int. The argument is
+ the bit representation of a non-zero finite floating-point value. */
static inline int
checkint (uint32_t iy)
{