diff options
author | Owen Anderson <resistor@mac.com> | 2021-12-28 11:44:49 -0800 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2022-02-22 15:49:21 -0800 |
commit | 4745c994e4a794ca177152c4c0bd0f640d0cbe8b (patch) | |
tree | 9a9c17c7241f387d97c4b39a93212c79e0bb9c59 /llvm/lib/Object/MachOObjectFile.cpp | |
parent | 029283c1c0d8d06fbf000f5682c56b8595a1101f (diff) | |
download | llvm-4745c994e4a794ca177152c4c0bd0f640d0cbe8b.zip llvm-4745c994e4a794ca177152c4c0bd0f640d0cbe8b.tar.gz llvm-4745c994e4a794ca177152c4c0bd0f640d0cbe8b.tar.bz2 |
Set std::numeric_limits<>::tinyness_before to true for floating point types on ARM platforms.
Set std::numeric_limits<>::tinyness_before to true for floating point types on ARM platforms.
Section E1.3.5 in the ARMv8 Architecture Reference Manual specifies:
Underflow. The bit is set to 1 if the absolute value of the result
of an operation, produced before rounding, is less than the minimum
positive normalized number for the destination precision, and the
rounded result is inexact.
Reviewed By: #libc, majnemer, EricWF
Differential Revision: https://reviews.llvm.org/D116338
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions