[libcxx-commits] [libcxx] [libc++] <experimental/simd> Add copy functions for class simd/simd_mask (PR #78935)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 5 02:17:35 PDT 2024


joy2myself wrote:

I marked XFAIL temporarily for target `powerpc-ibm-aix7.2.5.7` and `powerpc64-ibm-aix7.2.5.7`. The error "Pass-by-value arguments with alignment greater than register width are not supported." seems a target specific limitation, and no related issues have been encountered on other targets. Therefore, this test may require special handling on these two targets. Fix it later.

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


More information about the libcxx-commits mailing list