Mercurial > sdl-ios-xcode
comparison src/hermes/HeadX86.h @ 366:c94b390687d2
Avoid a conflict in the definition of int32
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 18 May 2002 11:30:38 +0000 |
parents | 74212992fb08 |
children | bb5ace455586 |
comparison
equal
deleted
inserted
replaced
365:263374148386 | 366:c94b390687d2 |
---|---|
58 | 58 |
59 void ConvertX86pI8_32(); | 59 void ConvertX86pI8_32(); |
60 void ConvertX86pI8_24(); | 60 void ConvertX86pI8_24(); |
61 void ConvertX86pI8_16(); | 61 void ConvertX86pI8_16(); |
62 | 62 |
63 extern int32 ConvertX86p16_32RGB888_LUT_X86[512]; | 63 extern int ConvertX86p16_32RGB888_LUT_X86[512]; |
64 extern int32 ConvertX86p16_32BGR888_LUT_X86[512]; | 64 extern int ConvertX86p16_32BGR888_LUT_X86[512]; |
65 extern int32 ConvertX86p16_32RGBA888_LUT_X86[512]; | 65 extern int ConvertX86p16_32RGBA888_LUT_X86[512]; |
66 extern int32 ConvertX86p16_32BGRA888_LUT_X86[512]; | 66 extern int ConvertX86p16_32BGRA888_LUT_X86[512]; |
67 | 67 |
68 #ifdef __cplusplus | 68 #ifdef __cplusplus |
69 } | 69 } |
70 #endif | 70 #endif |
71 | 71 |
122 | 122 |
123 void ConvertX86pI8_32() __attribute__ ((alias ("_ConvertX86pI8_32"))); | 123 void ConvertX86pI8_32() __attribute__ ((alias ("_ConvertX86pI8_32"))); |
124 void ConvertX86pI8_24() __attribute__ ((alias ("_ConvertX86pI8_24"))); | 124 void ConvertX86pI8_24() __attribute__ ((alias ("_ConvertX86pI8_24"))); |
125 void ConvertX86pI8_16() __attribute__ ((alias ("_ConvertX86pI8_16"))); | 125 void ConvertX86pI8_16() __attribute__ ((alias ("_ConvertX86pI8_16"))); |
126 | 126 |
127 extern int32 ConvertX86p16_32RGB888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32RGB888_LUT_X86"))); | 127 extern int ConvertX86p16_32RGB888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32RGB888_LUT_X86"))); |
128 extern int32 ConvertX86p16_32BGR888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32BGR888_LUT_X86"))); | 128 extern int ConvertX86p16_32BGR888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32BGR888_LUT_X86"))); |
129 extern int32 ConvertX86p16_32RGBA888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32RGBA888_LUT_X86"))); | 129 extern int ConvertX86p16_32RGBA888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32RGBA888_LUT_X86"))); |
130 extern int32 ConvertX86p16_32BGRA888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32BGRA888_LUT_X86"))); | 130 extern int ConvertX86p16_32BGRA888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32BGRA888_LUT_X86"))); |
131 #endif | 131 #endif |
132 | 132 |
133 #ifdef __cplusplus | 133 #ifdef __cplusplus |
134 } | 134 } |
135 #endif | 135 #endif |