Searched refs:cpuinfo_has_x86_avx512vpopcntdq (Results 1 – 8 of 8) sorted by relevance
68 printf("\tAVX512VPOPCNTDQ: %s\n", cpuinfo_has_x86_avx512vpopcntdq() ? "yes" : "no"); in main()
422 ASSERT_FALSE(cpuinfo_has_x86_avx512vpopcntdq()); in TEST()
1183 static inline bool cpuinfo_has_x86_avx512vpopcntdq(void) { in cpuinfo_has_x86_avx512vpopcntdq() function