[all-commits] [llvm/llvm-project] ddaa5b: [SystemZ] Add header guard macros to vecintrin.h (...
Jonathan Albrecht via All-commits
all-commits at lists.llvm.org
Fri Feb 28 01:16:40 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ddaa5b3bfb2980f79c6f277608ad33a6efe8d554
https://github.com/llvm/llvm-project/commit/ddaa5b3bfb2980f79c6f277608ad33a6efe8d554
Author: Jonathan Albrecht <jonathan.albrecht at ibm.com>
Date: 2025-02-28 (Fri, 28 Feb 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>
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