mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
a2c826b6aa
These are different from the existing crc32 functions which where really crc32c.
14 lines
249 B
ArmAsm
14 lines
249 B
ArmAsm
#ifdef __powerpc__
|
|
|
|
#define CONSTANTS .crc32_constants
|
|
#define SHORT_CONSTANTS .crc32_short_constants
|
|
#define BARRETT_CONSTANTS .crc32_barrett_constants
|
|
|
|
#include "crc32ieee_constants.h"
|
|
|
|
#define __F __crc32ieee_vpmsum
|
|
|
|
#include "crc32.iS"
|
|
|
|
#endif
|
|
|