Searched refs:cpuinfo_has_x86_avx2 (Results 1 – 11 of 11) sorted by relevance
64 if (!cpuinfo_initialize() || !cpuinfo_has_x86_avx2()) { \
56 printf("\tAVX2: %s\n", cpuinfo_has_x86_avx2() ? "yes" : "no"); in main()
300 if (!cpuinfo_initialize() || !cpuinfo_has_x86_avx2()) { in CheckAVX2()
1050 static inline bool cpuinfo_has_x86_avx2(void) { in cpuinfo_has_x86_avx2() function
382 ASSERT_FALSE(cpuinfo_has_x86_avx2()); in TEST()
901 if (!XNN_PLATFORM_MOBILE && cpuinfo_has_x86_avx2()) { in init()