Searched refs:cpuinfo_has_x86_vpclmulqdq (Results 1 – 2 of 2) sorted by relevance
93 printf("\tVPCLMULQDQ: %s\n", cpuinfo_has_x86_vpclmulqdq() ? "yes" : "no"); in main()
1395 static inline bool cpuinfo_has_x86_vpclmulqdq(void) { in cpuinfo_has_x86_vpclmulqdq() function