[libcxx-commits] [libcxx] [libc++][SIMD] Add native SIMD width detection for HVX (PR #183432)

Brian Cain via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 26 06:27:55 PST 2026


androm3da wrote:

> We're not planning to continue work on the `experimental/simd` implementation, since is has been standardized by now.

Is this referring to my question regarding `__vec_ext` or the pull request in its entirety?

If we don't work on `experimental/simd` then we work on the plain-old- `<simd>` (no longer experimental)?  Does that inherit from `experimental/simd` at all or is it a new implementation altogether?

Would my change eventually make sense or is there no architecture specialization need for the `simd` feature?

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


More information about the libcxx-commits mailing list