[libcxx-commits] [libcxx] [libc++] <experimental/simd> Add unary operators for class simd (PR #104764)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sat Oct 19 08:07:00 PDT 2024


================
@@ -45,6 +60,12 @@ class simd {
 
   _LIBCPP_HIDE_FROM_ABI simd() noexcept = default;
 
+  // explicit conversion from and to implementation-defined types
+  struct storage_tag_t {};
----------------
philnik777 wrote:

This should probably be __uglified?

https://github.com/llvm/llvm-project/pull/104764


More information about the libcxx-commits mailing list