blob: 390c4bf06600d5fa5eae17a5292d07624a84a6ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifdef __powerpc__
#define CONSTANTS .crc32c_constants
#define SHORT_CONSTANTS .crc32c_short_constants
#define BARRETT_CONSTANTS .crc32c_barrett_constants
#include "crc32c_constants.h"
#define __F __crc32c_vpmsum
#include "crc32.iS"
#endif
|