Bridge++  Ver. 2.0.2
alt_impl.h
Go to the documentation of this file.
1 
10 #ifndef ALT_IMPL_INCLUDED
11 #define ALT_IMPL_INCLUDED
12 
13 enum Impl
14 {
16 };
17 
18 // alignment for each IMPL
19 template<Impl IMPL>
20 constexpr int alignment_size();
21 
22 #endif
Impl
Impl
Definition: alt_impl.h:13
alignment_size
constexpr int alignment_size()
CORELIB
@ CORELIB
Definition: alt_impl.h:15
SIMD
@ SIMD
Definition: alt_impl.h:15
VECTOR
@ VECTOR
Definition: alt_impl.h:15
SIMD2
@ SIMD2
Definition: alt_impl.h:15
OPENACC
@ OPENACC
Definition: alt_impl.h:15
ACCEL
@ ACCEL
Definition: alt_impl.h:15
QXS
@ QXS
Definition: alt_impl.h:15