[all-commits] [llvm/llvm-project] 0f5e7e: [SystemZ] Add header guard macros to vecintrin.h (...
Jonathan Albrecht via All-commits
all-commits at lists.llvm.org
Tue Mar 11 13:25:13 PDT 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: 0f5e7e86e38e6ba249af45f18f3610acef1a9274
https://github.com/llvm/llvm-project/commit/0f5e7e86e38e6ba249af45f18f3610acef1a9274
Author: Jonathan Albrecht <jonathan.albrecht at ibm.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M clang/lib/Headers/vecintrin.h
Log Message:
-----------
[SystemZ] Add header guard macros to vecintrin.h (#129170)
Add header guard macros to clang/lib/Headers/vecintrin.h. Found while
compiling the latest numpy with clang 19 on s390x which ends up
including vecintrin.h twice. The gcc version of this file has header
guards so numpy compiles fine with gcc.
Signed-off-by: Jonathan Albrecht <jonathan.albrecht at ibm.com>
(cherry picked from commit ddaa5b3bfb2980f79c6f277608ad33a6efe8d554)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list