dune-common
2.7.0
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
Generated by
1.8.17