[all-commits] [llvm/llvm-project] aa8038: [libc++] Ensure that we vectorize algorithms on al...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Mar 24 10:23:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa80388cf9d2444c82e7a1a8c73ddf14930be318
https://github.com/llvm/llvm-project/commit/aa80388cf9d2444c82e7a1a8c73ddf14930be318
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2025-03-24 (Mon, 24 Mar 2025)
Changed paths:
M libcxx/include/__algorithm/simd_utils.h
A libcxx/test/libcxx/algorithms/vectorization.compile.pass.cpp
Log Message:
-----------
[libc++] Ensure that we vectorize algorithms on all Clang-based compilers (#132090)
Otherwise, we wouldn't vectorize on compilers like AppleClang when in
reality we know perfectly well how to do it.
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