Searched refs:cpuinfo_has_x86_avx512ifma (Results 1 – 8 of 8) sorted by relevance
64 printf("\tAVX512IFMA: %s\n", cpuinfo_has_x86_avx512ifma() ? "yes" : "no"); in main()
414 ASSERT_FALSE(cpuinfo_has_x86_avx512ifma()); in TEST()
1151 static inline bool cpuinfo_has_x86_avx512ifma(void) { in cpuinfo_has_x86_avx512ifma() function