Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

Static Public Attributes | List of all members
CpuType Class Reference

CPU types. More...

Class Constructor

CpuType ( int  value)

Constructs the CPU type object using the provided value

Parameters
valueValue 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)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the CPU type object

Returns
Value corresponding to the CPU type object

Member Data Documentation

final CpuType avx = new CpuType(_avx )
static

Intel(R) Advanced Vector Extensions (Intel(R) AVX)

final CpuType avx2 = new CpuType(_avx2 )
static

Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2)

final CpuType avx512 = new CpuType(_avx512 )
static

Intel(R) Xeon(R) processors based on Intel(R) Advanced Vector Extensions 512 (Intel(R) AVX-512)

final CpuType avx512_mic = new CpuType(_avx512_mic )
static

Intel(R) Xeon Phi(TM) processors/coprocessors based on Intel(R) Advanced Vector Extensions 512 (Intel(R) AVX-512)

final CpuType avx512_mic_e1 = new CpuType(_avx512_mic_e1)
static

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.

final CpuType sse2 = new CpuType(_sse2 )
static

Intel(R) Streaming SIMD Extensions 2 (Intel(R) SSE2)

final CpuType sse42 = new CpuType(_sse42 )
static

Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2)

final CpuType ssse3 = new CpuType(_ssse3 )
static

Supplemental Streaming SIMD Extensions 3 (SSSE3)


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.