blob: 42c4f77630f0cedf83a3764b722d98945273cc71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#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
|