Searched refs:cpuinfo_has_x86_avx512er (Results 1 – 8 of 8) sorted by relevance
59 printf("\tAVX512ER: %s\n", cpuinfo_has_x86_avx512er() ? "yes" : "no"); in main()
394 ASSERT_FALSE(cpuinfo_has_x86_avx512er()); in TEST()
1111 static inline bool cpuinfo_has_x86_avx512er(void) { in cpuinfo_has_x86_avx512er() function