Searched refs:cpuinfo_has_x86_fma4 (Results 1 – 8 of 8) sorted by relevance
53 printf("\tFMA4: %s\n", cpuinfo_has_x86_fma4() ? "yes" : "no"); in main()
370 ASSERT_FALSE(cpuinfo_has_x86_fma4()); in TEST()
1063 static inline bool cpuinfo_has_x86_fma4(void) { in cpuinfo_has_x86_fma4() function