Searched refs:PCLMULQDQ (Results 1 – 10 of 10) sorted by relevance
7 |crc_folding.c|SSE4 + PCLMULQDQ optimized CRC folding implementation|
91 PCLMULQDQ = 17, enumerator
234 case PCLMULQDQ: return cpuid->have_pclmulqdq_; in TestFeature()
56 bool PCLMULQDQ(void) { return CPU_Rep.f_1_ECX_[1]; } in PCLMULQDQ() function in InstructionSet
335 pub(crate) const PCLMULQDQ: Feature = Feature { constant
314 && cpu::intel::PCLMULQDQ.available(cpu_features)) in detect_implementation()
62 * Intel CRC32-B implementation using PCLMULQDQ199 | WITH_PCLMULQDQ | | Build with PCLMULQDQ intrinsics …
104 option(WITH_PCLMULQDQ "Build with PCLMULQDQ" ON)563 # Check whether compiler supports PCLMULQDQ intrinsics751 …add_feature_info(PCLMUL_CRC 1 "Support CRC hash generation using PCLMULQDQ, using \"${SSSE3FLAG} $…
50 + * Compute the CRC32 using a parallelized folding approach with the PCLMULQDQ