[libcxx-commits] [libcxx] [libc++] <experimental/simd> Add load constructor for class simd/simd_mask (PR #76610)
Maryam Moghadas via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 23 10:11:51 PST 2024
maryammo wrote:
@joy2myself, `simd_ctor_load.pass.cpp` fails on PowerPC [rhel bot ](https://lab.llvm.org/buildbot/#/builders/57/builds/32369)with following error
# .---command stderr------------
# | t.tmp.exe: /home/maryammo/llvm-workspace/myFork/llvm-project/libcxx/test/std/experimental/simd/simd.class/../test_utils.h:85: void assert_simd_values_equal(const ex::simd<T, SimdAbi> &, U *) [SimdAbi = std::experimental::simd_abi::__vec_ext<2>, T = long double, U = char]: Assertion `origin_simd[i] == static_cast<T>(expected_value[i])' failed.
# `-----------------------------
# error: command failed with exit status: 250
Could you please take a look? Thanks.
https://github.com/llvm/llvm-project/pull/76610
More information about the libcxx-commits
mailing list