Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
CPU types. More...
CpuType | ( | int | value | ) |
Constructs the CPU type object using the provided value
value | Value corresponding to the CPU type object |
Static Public Attributes | |
static final CpuType | sse2 = new CpuType(_sse2 ) |
static final CpuType | ssse3 = new CpuType(_ssse3 ) |
static final CpuType | sse42 = new CpuType(_sse42 ) |
static final CpuType | avx = new CpuType(_avx ) |
static final CpuType | avx2 = new CpuType(_avx2 ) |
static final CpuType | avx512_mic = new CpuType(_avx512_mic ) |
static final CpuType | avx512 = new CpuType(_avx512 ) |
static final CpuType | avx512_mic_e1 = new CpuType(_avx512_mic_e1) |
int getValue | ( | ) |
Returns the value corresponding to the CPU type object
Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2)
Intel(R) Xeon(R) processors based on Intel(R) Advanced Vector Extensions 512 (Intel(R) AVX-512)
Intel(R) Xeon Phi(TM) processors/coprocessors based on Intel(R) Advanced Vector Extensions 512 (Intel(R) AVX-512)
Intel(R) Xeon Phi(TM) processors based on Intel(R) Advanced Vector Extensions 512 (Intel(R) AVX-512) with support of AVX512_4FMAPS and AVX512_4VNNIW instruction groups. Should be used as parameter for setCpuId function only. Can`t be received as return value of setCpuId, setCpuId and enableInstructionsSet functions.
Intel(R) Streaming SIMD Extensions 2 (Intel(R) SSE2)
Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2)
For more complete information about compiler optimizations, see our Optimization Notice.