[llvm-branch-commits] [clang] release/22.x: [Hexagon] Define __HVX_IEEE_FP__ ; Use __HVX_IEEE_FP__ to guard protos (PR #185014)
Aaron Ballman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Mar 27 04:57:42 PDT 2026
================
@@ -32,6 +32,7 @@ class LLVM_LIBRARY_VISIBILITY HexagonTargetInfo : public TargetInfo {
bool HasHVX = false;
bool HasHVX64B = false;
bool HasHVX128B = false;
+ bool HasHVXIeeeFp = false;
----------------
AaronBallman wrote:
I believe this changes the ABI of the `HexagonTargetInfo` class which is exported with library visibility.
https://github.com/llvm/llvm-project/pull/185014
More information about the llvm-branch-commits
mailing list