[libcxx-commits] [PATCH] D144363: [libcxx] <experimental/simd> Added aliagned flag types, some simd traits and related tests

Yin Zhang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Feb 19 23:10:39 PST 2023


Joy12138 created this revision.
Herald added a subscriber: miyuki.
Herald added a project: All.
Joy12138 requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

[libcxx] <experimental/simd> Added traits is_simd[_v]/is_simd_mask[_v] and related tests
[libcxx] <experimental/simd> Added traits memory_alignment[_v] and related tests
[libcxx] <experimental/simd> Added aliagned flag types, traits is_simd_flag_type[_v] and related tests


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144363

Files:
  libcxx/include/experimental/simd
  libcxx/test/std/experimental/simd/simd.traits/is_simd.pass.cpp
  libcxx/test/std/experimental/simd/simd.traits/is_simd_flag_type.pass.cpp
  libcxx/test/std/experimental/simd/simd.traits/is_simd_mask.pass.cpp
  libcxx/test/std/experimental/simd/simd.traits/memory_alignment.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144363.498732.patch
Type: text/x-patch
Size: 16589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230220/31f9c916/attachment.bin>


More information about the libcxx-commits mailing list