[all-commits] [llvm/llvm-project] 570f03: Revert "Reapply "[libc++] Explicitly convert to ma...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Jan 8 09:15:00 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 570f03096a195be6302747cefda0af13ac70d2eb
https://github.com/llvm/llvm-project/commit/570f03096a195be6302747cefda0af13ac70d2eb
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M libcxx/include/__algorithm/mismatch.h
M libcxx/include/__algorithm/simd_utils.h
Log Message:
-----------
Revert "Reapply "[libc++] Explicitly convert to masks in SIMD code (#107983)"" (#122022)
Reverts llvm/llvm-project#121352
Triggers "vector type should not be a bool!" on:
```
bool a[100];
bool b[100];
auto t = std::mismatch(std::begin(a), std::end(a), std::begin(b), std::end(b));
```
https://godbolt.org/z/Y73s3sdef
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