Home
last modified time | relevance | path

Searched refs:avx512_regs_mask (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/third_party/cpuinfo/src/x86/
H A Disa.c93 const uint64_t avx512_regs_mask = UINT64_C(0x00000000000000E6); in cpuinfo_x86_detect_isa() local
94 if ((xcr0_valid_bits & avx512_regs_mask) == avx512_regs_mask) { in cpuinfo_x86_detect_isa()
95 avx512_regs = (xfeature_enabled_mask & avx512_regs_mask) == avx512_regs_mask; in cpuinfo_x86_detect_isa()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/third_party/cpuinfo/src/x86/
H A Disa.c93 const uint64_t avx512_regs_mask = UINT64_C(0x00000000000000E6); in cpuinfo_x86_detect_isa() local
94 if ((xcr0_valid_bits & avx512_regs_mask) == avx512_regs_mask) { in cpuinfo_x86_detect_isa()
95 avx512_regs = (xfeature_enabled_mask & avx512_regs_mask) == avx512_regs_mask; in cpuinfo_x86_detect_isa()