[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
================
@@ -68,6 +68,20 @@ struct __simd_operations<_Tp, simd_abi::__scalar> {
static _LIBCPP_HIDE_FROM_ABI void __store(_SimdStorage __s, _Up* __mem) noexcept {
*__mem = static_cast<_Up>(__s.__data);
}
+
----------------
philnik777 wrote:
Missing an update on the status page?
https://github.com/llvm/llvm-project/pull/104764
More information about the libcxx-commits
mailing list