commit | 6c4401ca9ec7bd11efc8ef33e1fb0e3fd1fb6568 | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Mon May 14 10:14:49 2018 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed May 16 13:52:13 2018 +0100 |
tree | bec88c2dc9c1774267ef980153d8d1f4d740d96e | |
parent | c1adc91f8af052f293a01327be335b66870e24b4 [diff] |
Fix spurious divbyzero exception with clang A division is hoisted from behind a check (to use fcsel on the result) by several versions of clang, and it can signal spurious divbyzero exception.