crc32c_sw
return sse42 ? crc32c_hw(crc, buf, len) : crc32c_sw(crc, buf, len);
crc = argc > 1 ? crc32c_sw(crc, buf + off, n) :