[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 05:12:50 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:
Whoops, thank you for clarifying! It does change the class layout, but not at an expected ABI boundary.
https://github.com/llvm/llvm-project/pull/185014
More information about the llvm-branch-commits
mailing list