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
{
15
CORELIB
,
SIMD
,
SIMD2
,
VECTOR
,
QXS
,
ACCEL
,
OPENACC
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
src
lib_alt
alt_impl.h
Generated on Sat Feb 10 2024 14:20:00 for Bridge++ by
1.8.17