commit | c7a7debc08741736d4836245b45e555fbf2390ed | [log] [tgz] |
---|---|---|
author | Simon Tatham <simon.tatham@arm.com> | Fri May 03 09:39:23 2019 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Mon Jul 01 17:29:51 2019 +0100 |
tree | 3457d7b444a2b99c14a50a889c927d79811fb36d | |
parent | 6e60567b9bbf59b38c72493faf7cc9eb6ce43c64 [diff] |
__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.