Home
last modified time | relevance | path

Searched refs:AVX512F (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkCpu.h30 AVX512F = 1 << 12, enumerator
40 SKX = AVX512F | AVX512DQ | AVX512CD | AVX512BW | AVX512VL,
90 features |= (AVX512F | AVX512DQ | AVX512CD | AVX512BW | AVX512VL); in Supports()
H A DSkCpu.cpp63 if (abcd[1] & (1<<16)) { features |= SkCpu::AVX512F; } in read_cpu_features()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86Subtarget.h64 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F enumerator
592 bool hasAVX512() const { return X86SSELevel >= AVX512F; } in hasAVX512()
/third_party/node/deps/simdutf/
H A Dsimdutf.h669 AVX512F = 0x100, enumerator
816 host_isa |= instruction_set::AVX512F; in detect_supported_architectures()

Completed in 9 milliseconds