2 //===----------------------------------------------------------------------===//
4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // See https://llvm.org/LICENSE.txt for license information.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
10 #ifndef _LIBCPP_EXPERIMENTAL___SIMD_INTERNAL_DECLARATION_H
11 #define _LIBCPP_EXPERIMENTAL___SIMD_INTERNAL_DECLARATION_H
13 #if _LIBCPP_STD_VER >= 17 && defined(_LIBCPP_ENABLE_EXPERIMENTAL)
15 _LIBCPP_BEGIN_NAMESPACE_EXPERIMENTAL
16 inline namespace parallelism_v2
{
18 template <class _Tp
, class _Abi
>
19 struct __simd_storage
;
21 template <class _Tp
, class _Abi
>
22 struct __mask_storage
;
24 template <class _Tp
, class _Abi
>
25 struct __simd_operations
;
27 template <class _Tp
, class _Abi
>
28 struct __mask_operations
;
30 } // namespace parallelism_v2
31 _LIBCPP_END_NAMESPACE_EXPERIMENTAL
33 #endif // _LIBCPP_STD_VER >= 17 && defined(_LIBCPP_ENABLE_EXPERIMENTAL)
34 #endif // _LIBCPP_EXPERIMENTAL___SIMD_INTERNAL_DECLARATION_H