Loading [MathJax]/extensions/tex2jax.js

Dune Core Modules (unstable)

vc.hh
Go to the documentation of this file.
1// SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
2// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
3#ifndef DUNE_COMMON_VC_HH
4#define DUNE_COMMON_VC_HH
5
15#if HAVE_VC
16
17// include Vc's macro definitions
18#include <Vc/global.h>
19
20// undefine the macro that signals C++17 support, if set
21#ifdef Vc_CXX17
22#undef Vc_CXX17
23#endif
24
25// include the rest of Vc
26#include <Vc/Vc>
27
28#endif // HAVE_VC
29
30#endif // DUNE_COMMON_VC_HH
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Mar 12, 23:28, 2025)