Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dcpuid.h54 #ifndef bit_AVX512F
55 #define bit_AVX512F (1 << 16) macro
/openbmc/qemu/util/
H A Dcpuinfo-i386.c54 info |= (b7 & bit_AVX512F ? CPUINFO_AVX512F : 0); in cpuinfo_init()