[libcxx-commits] [PATCH] D144363: [libcxx] <experimental/simd> Added simd width functions, simd_size traits and related tests
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 18 10:26:26 PDT 2023
philnik added a comment.
In D144363#4508676 <https://reviews.llvm.org/D144363#4508676>, @Joy12138 wrote:
> Can I use
>
>> name=simd_size_v.verify.cpp
>> std::experimental::simd_size_v<...>; // expected-error {{no member named 'value'}}
>
> instead? Or do you have any solutions?
Yeah, of course. Not sure why I bothered putting it in a `static_assert`.
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