fix isal crc64 bug (#1052)
* use isal for crc check * add NULL check in crc isal * update isal crc code to latest pull request
This commit is contained in:
@ -83,7 +83,7 @@ TEST(TestCrc64, test_speed)
|
||||
crc64_sse42(0, tmp_str, i);
|
||||
}
|
||||
end = get_current_time_us();
|
||||
cout << " ob_crc64(sse42), execut_count = "<< COUNT << ", cost_us = " << end - start << " len = " << i << endl;
|
||||
cout << " ob_crc64(sse42), execut_count = "<< COUNT << ", cost_us = " << end - start << " len = " << i << endl;
|
||||
|
||||
start = get_current_time_us();
|
||||
for (int64_t j = 0; j < COUNT; ++j) {
|
||||
|
||||
Reference in New Issue
Block a user