commit | c1adc91f8af052f293a01327be335b66870e24b4 | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Fri May 11 16:49:45 2018 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed May 16 13:52:13 2018 +0100 |
tree | f3d26deccceb438e293052c7980ce1ae68a06ab3 | |
parent | 5eb9d19608e31a2d9fe5a9e2708e4628524c29d9 [diff] |
Fix __math_divzerof for clang clang does not understand -frounding-math or -ftrapping-math so division by zero is constant folded, so do the division in a noinline function.