Searched refs:cpuinfo_has_x86_f16c (Results 1 – 8 of 8) sorted by relevance
55 printf("\tF16C: %s\n", cpuinfo_has_x86_f16c() ? "yes" : "no"); in main()
378 ASSERT_FALSE(cpuinfo_has_x86_f16c()); in TEST()
1079 static inline bool cpuinfo_has_x86_f16c(void) { in cpuinfo_has_x86_f16c() function