diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2024-07-03 07:23:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-03 07:23:44 -0400 |
commit | bcb7c38af7de59f3b2201734ee11987839cd7bbe (patch) | |
tree | 0f7d33b213bca4c1e78703a53ef75817678f4e7e /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 7de7f50fc9d76ced7a971a66abf59aab6f9e5be6 (diff) | |
download | llvm-bcb7c38af7de59f3b2201734ee11987839cd7bbe.zip llvm-bcb7c38af7de59f3b2201734ee11987839cd7bbe.tar.gz llvm-bcb7c38af7de59f3b2201734ee11987839cd7bbe.tar.bz2 |
[C23] Add INFINITY and NAN macros to <float.h> (#96659)
This is in support of WG14 N2848 which only define the macros if
an infinity or nan are supported. However, because we support builtins
that can produce an infinity or a NAN, and because we have pragmas
that control infinity or NAN behavior, we always define the macros even
if the user passed -ffinite-math-only on the command line.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions