dune-common  2.6-git
vc.hh
Go to the documentation of this file.
1 #ifndef DUNE_COMMON_VC_HH
2 #define DUNE_COMMON_VC_HH
3 
11 #if HAVE_VC
12 
13 // include Vc's macro definitions
14 #include <Vc/global.h>
15 
16 // undefine the macro that signals C++17 support, if set
17 #ifdef Vc_CXX17
18 #undef Vc_CXX17
19 #endif
20 
21 // include the rest of Vc
22 #include <Vc/Vc>
23 
24 #endif // HAVE_VC
25 
26 #endif // DUNE_COMMON_VC_HH