MySQL 9.1.0
Source Code Documentation
|
Implementation of polynomial_mul_rev<w>(rev_u) function which uses hardware accelerated polynomial multiplication to compute rev(w*u), where rev_u=rev(u). More...
Static Public Member Functions | |
template<uint32_t w> | |
static uint64_t | polynomial_mul_rev (uint32_t rev_u) |
Static Public Member Functions inherited from hardware::crc32_impl | |
static uint32_t | update (uint32_t crc, unsigned char data) |
static uint32_t | update (uint32_t crc, uint16_t data) |
static uint32_t | update (uint32_t crc, uint32_t data) |
static uint64_t | update (uint64_t crc, uint64_t data) |
Implementation of polynomial_mul_rev<w>(rev_u) function which uses hardware accelerated polynomial multiplication to compute rev(w*u), where rev_u=rev(u).
This is accomplished by using rev_u * flip_at_32(w),
|
inlinestatic |