[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 05:59:16 PDT 2023
Joy12138 added a comment.
In D144363#4496566 <https://reviews.llvm.org/D144363#4496566>, @Joy12138 wrote:
> 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?
We add `enable_if_t` to `simd_size` implementation, too. It seems fixed.
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