[libcxx-commits] [libcxx] [libcxx] <experimental/simd> Add _LIBCPP_HIDE_FROM_ABI to internal br… (PR #66977)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 25 00:17:45 PDT 2023
================
@@ -45,14 +45,14 @@ struct __simd_operations<_Tp, simd_abi::__scalar> {
using _SimdStorage = __simd_storage<_Tp, simd_abi::__scalar>;
----------------
philnik777 wrote:
You're also missing HIDE_FROM_ABI above. Same in `vec_ext.h`.
https://github.com/llvm/llvm-project/pull/66977
More information about the libcxx-commits
mailing list