Searched refs:cpuinfo_has_x86_avx512pf (Results 1 – 8 of 8) sorted by relevance
58 printf("\tAVX512PF: %s\n", cpuinfo_has_x86_avx512pf() ? "yes" : "no"); in main()
390 ASSERT_FALSE(cpuinfo_has_x86_avx512pf()); in TEST()
1103 static inline bool cpuinfo_has_x86_avx512pf(void) { in cpuinfo_has_x86_avx512pf() function