__ieee754_rem_pio2: store 32 more bits of 2/pi

When range-reducing a value of the maximum double precision exponent,
it was possible to read one word past the end of the const data array.
The error introduced was negligible, but of course overrunning an
array is a bug regardless.
1 file changed
tree: 3457d7b444a2b99c14a50a889c927d79811fb36d
  1. auxiliary/
  2. math/
  3. test/
  4. .gitignore
  5. config.mk.dist
  6. LICENSE
  7. Makefile
  8. README