Searched refs:cpuinfo_has_x86_avx512bw (Results 1 – 8 of 8) sorted by relevance
62 printf("\tAVX512BW: %s\n", cpuinfo_has_x86_avx512bw() ? "yes" : "no"); in main()
1098 static inline bool cpuinfo_has_x86_avx512bw(void) { in cpuinfo_has_x86_avx512bw() function
406 ASSERT_FALSE(cpuinfo_has_x86_avx512bw()); in TEST()