Home
last modified time | relevance | path

Searched refs:cpuinfo_has_x86_vpclmulqdq (Results 1 – 2 of 2) sorted by relevance

/external/cpuinfo/tools/
Disa-info.c93 printf("\tVPCLMULQDQ: %s\n", cpuinfo_has_x86_vpclmulqdq() ? "yes" : "no"); in main()
/external/cpuinfo/include/
Dcpuinfo.h1395 static inline bool cpuinfo_has_x86_vpclmulqdq(void) { in cpuinfo_has_x86_vpclmulqdq() function