Loading [MathJax]/extensions/tex2jax.js

Dune Core Modules (2.6.0)

vc.hh
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
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Apr 7, 22:57, 2025)