Function core::arch::x86_64::_mm_crc32_u641.27.0[][src]

pub unsafe fn _mm_crc32_u64(crc: u64, v: u64) -> u64
This is supported on x86-64 and target feature sse4.2 only.
Expand description

crc 中的初始值开始,返回无符号 64 位整数 v 的累积 CRC32 值。

Intel’s documentation