commit | ccc690d650f0b784c5d0445d0c34d372d2d24ec3 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sat Nov 28 16:32:27 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sat Nov 28 16:32:27 2009 +0000 |
tree | 270edb89cb7c1115df78de19b79fb9a6a5db8924 | |
parent | d16f57bf4db4417c8d7a038a0b61bb24461cd64a [diff] |
Issue #1678380: When distinguishing between -0.0 and 0.0 in compiler_add_o, use copysign instead of examining the first and last bytes of the double. The latter method fails for little-endian ARM, OABI, where doubles are little-endian but with the words swapped.