mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
MDEV-11075: allow software crc32c on Power8 (for BE)
This commit is contained in:
parent
410bf82b98
commit
50617c42d4
1 changed files with 0 additions and 2 deletions
|
@ -445,7 +445,6 @@ void
|
|||
ut_crc32_slice8_table_init()
|
||||
/*========================*/
|
||||
{
|
||||
#ifndef HAVE_CRC32_VPMSUM
|
||||
/* bit-reversed poly 0x1EDC6F41 (from SSE42 crc32 instruction) */
|
||||
static const uint32_t poly = 0x82f63b78;
|
||||
uint32_t n;
|
||||
|
@ -469,7 +468,6 @@ ut_crc32_slice8_table_init()
|
|||
}
|
||||
|
||||
ut_crc32_slice8_table_initialized = true;
|
||||
#endif
|
||||
}
|
||||
|
||||
/** Calculate CRC32 over 8-bit data using a software implementation.
|
||||
|
|
Loading…
Add table
Reference in a new issue