Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libcxx / include / experimental / __simd / declaration.h
blob747f87be63e535ba25dba6120183c0d026dbb0ce
1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
3 //
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
7 //
8 //===----------------------------------------------------------------------===//
10 #ifndef _LIBCPP_EXPERIMENTAL___SIMD_DECLARATION_H
11 #define _LIBCPP_EXPERIMENTAL___SIMD_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 = simd_abi::compatible<_Tp>>
19 class simd;
21 template <class _Tp, class _Abi = simd_abi::compatible<_Tp>>
22 class simd_mask;
24 } // namespace parallelism_v2
25 _LIBCPP_END_NAMESPACE_EXPERIMENTAL
27 #endif // _LIBCPP_STD_VER >= 17 && defined(_LIBCPP_ENABLE_EXPERIMENTAL)
28 #endif // _LIBCPP_EXPERIMENTAL___SIMD_DECLARATION_H