OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AVX
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/
cpu.h
28
AVX
,
49
// has_avx_hardware returns true when
AVX
is present in the CPU. This might
51
// operating system support needed to actually call
AVX
instuctions.
/external/llvm/lib/Target/X86/
X86Subtarget.h
45
NoMMXSSE, MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42,
AVX
, AVX2, AVX512
172
/// Processor has
AVX
-512 PreFetch Instructions
175
/// Processor has
AVX
-512 Exponential and Reciprocal Instructions
178
/// Processor has
AVX
-512 Conflict Detection Instructions
259
bool hasAVX() const { return X86SSELevel >=
AVX
; }
Completed in 68 milliseconds