Parent Directory
|
Revision Log
|
Patch
revision 1.6, Thu Mar 21 17:27:06 2002 UTC | revision 1.7, Mon Mar 25 20:01:54 2002 UTC | |
---|---|---|
# | Line 32 | Line 32 |
32 | #define EMMS() __asm {emms} | #define EMMS() __asm {emms} |
33 | ||
34 | #define CACHE_LINE 16 | #define CACHE_LINE 16 |
35 | #if _MSC_VER <= 1200 | |
36 | #define CACHE_ALIGN | |
37 | #else | |
38 | #define CACHE_ALIGN __declspec(align(CACHE_LINE)) | #define CACHE_ALIGN __declspec(align(CACHE_LINE)) |
39 | #endif | |
40 | ||
41 | // needed for bitstream.h | // needed for bitstream.h |
42 | #define BSWAP(a) __asm mov eax,a __asm bswap eax __asm mov a, eax | #define BSWAP(a) __asm mov eax,a __asm bswap eax __asm mov a, eax |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |