DUNE PDELab (2.7)

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
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)