Searched refs:cpuinfo_has_x86_avx512cd (Results 1 – 8 of 8) sorted by relevance
60 printf("\tAVX512CD: %s\n", cpuinfo_has_x86_avx512cd() ? "yes" : "no"); in main()
1082 static inline bool cpuinfo_has_x86_avx512cd(void) { in cpuinfo_has_x86_avx512cd() function
398 ASSERT_FALSE(cpuinfo_has_x86_avx512cd()); in TEST()