MySQL 9.1.0
Source Code Documentation
|
The body of unrolled loop used to process slices in parallel, which in i-th iteration processes 8 bytes from the i-th slice of data, where each slice has slice_len bytes. More...
Static Public Member Functions | |
template<size_t i> | |
static void | run (uint64_t *crc, const uint64_t *data64) |
The body of unrolled loop used to process slices in parallel, which in i-th iteration processes 8 bytes from the i-th slice of data, where each slice has slice_len bytes.
|
inlinestatic |