Eigenvalue SoLvers for Petaflop-Applications (ELPA)  2021.05.002
elpa_simd_constants.h
Go to the documentation of this file.
1 #define CPU_MANUFACTURER 1
2 #define GENERIC_INSTR 2
3 #define BLUEGENE_INSTR 3
4 #define SSE_INSTR 4
5 #define AVX_INSTR 5
6 #define AVX2_INSTR 6
7 #define AVX512_INSTR 7
8 #define NVIDIA_INSTR 8
9 #define AMD_GPU_INSTR 9
10 #define INTEL_GPU_INSTR 10
11 #define VSX_INSTR 11
12 #define ARCH64_INSTR 12
13 #define SPARC_INSTR 13
14 #define SVE128_INSTR 14
15 #define SVE256_INSTR 15
16 #define SVE512_INSTR 16
17 
18 #define NUMBER_OF_INSTR 17