[all-commits] [llvm/llvm-project] 1a6f9f: [libc++] Enable algorithm vectorization on arm neo...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Fri Feb 28 04:39:14 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a6f9fd87f34b01a7aa22b4ae3a6126a1c227a53
https://github.com/llvm/llvm-project/commit/1a6f9fd87f34b01a7aa22b4ae3a6126a1c227a53
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-02-28 (Fri, 28 Feb 2025)
Changed paths:
M libcxx/include/__algorithm/simd_utils.h
Log Message:
-----------
[libc++] Enable algorithm vectorization on arm neon (#128873)
Previously the wrong detection macro has been used to check whether arm
NEON is available. This fixes it, and removes a few unnecessary includes
from `__algorithm/simd_utils.h` as a drive-by.
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