[libcxx-commits] [libcxx] [libc++] Explicitly convert to masks in SIMD code (PR #107983)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 1 02:59:25 PST 2025


philnik777 wrote:

> Pre-commit CI covers only a fraction of officially libc++ supported configurations, e.g. the arm is not covered at all. Also why passing libc++ under sanitizer is not a supported configuration?

It looks like you're not aware of the libc++ pre-commit CI, which is different from the rest of the project. We do have arm coverage. In fact, we have over 60 different configurations across various platforms that we support. We don't have any hwasan coverage in there though, which means that we're not supporting it officially. That's simply the policy. If you want to change that, feel free to add a new configuration to the test matrix for it.


> > @thurstond Please comment on a PR when you revert it. I didn't see the revert until now.
> 
> @philnik777 Sorry, I didn't realize github doesn't automatically notify about reverts. I will comment on PRs in the future.

No worries!


https://github.com/llvm/llvm-project/pull/107983


More information about the libcxx-commits mailing list