commit | fce099747ac4f43f34f3cd13853937449e6911a5 | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Mon Jul 09 17:36:39 2018 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Tue Jul 10 17:21:45 2018 +0100 |
tree | 978797077187438defe470f07628e63e7045976f | |
parent | ae8bc7d00ce47bd9271594d58441e06a74943ea7 [diff] |
Remove float compare option from sincosf PREFER_FLOAT_COMPARISON setting was not correct as it could raise spurious exceptions. Fixing it is easy: just use ISLESS(x, y) instead of abstop12(x) < abstop12(y) with appropriate non-signaling definition for ISLESS. However it seems this setting is not very useful (there is only minor performance difference on various architectures), so remove this option for now.