DUNE
Distributed and Unified Numerics Environment
DUNE PDELab (2.8)
dune
common
vc.hh
Go to the documentation of this file.
1
#ifndef DUNE_COMMON_VC_HH
2
#define DUNE_COMMON_VC_HH
3
13
#if HAVE_VC
14
15
// include Vc's macro definitions
16
#include <Vc/global.h>
17
18
// undefine the macro that signals C++17 support, if set
19
#ifdef Vc_CXX17
20
#undef Vc_CXX17
21
#endif
22
23
// include the rest of Vc
24
#include <Vc/Vc>
25
26
#endif
// HAVE_VC
27
28
#endif
// DUNE_COMMON_VC_HH
|
Legal Statements / Impressum
| Hosted by
TU Dresden
| generated with Hugo v0.111.3 (Dec 21, 23:30, 2024)