[libcxx-commits] [PATCH] D144363: [libcxx] <experimental/simd> Added simd width functions, simd_size traits and related tests
Yin Zhang via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 13 02:32:39 PDT 2023
Joy12138 added a comment.
Errors come out with SFINAE tests for `simd_size`. Same tests pass with `simd_size_v`.
You can see the situation in following URL and try the other parameters:
https://godbolt.org/z/EjWxz6P37
Do you have any solutions?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144363/new/
https://reviews.llvm.org/D144363
More information about the libcxx-commits
mailing list