[libcxx-commits] [PATCH] D156225: [libcxx] <experimental/simd> Add broadcast constructor of class simd/simd_mask
Yin Zhang via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 11 01:18:54 PDT 2023
Joy12138 added a comment.
The CI errors appear to be related to the type `__int128` and `__int128` unsigned. I tried these types and it is not supported in GCC implementation (https://godbolt.org/z/EExodWKxE), too. Should we support them? Or where should they be excluded? @philnik
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156225/new/
https://reviews.llvm.org/D156225
More information about the libcxx-commits
mailing list