forked from mirror/OpenTTD
Fix: Globally apply preprocessor directive coding style
Global; except for the 32-bit SSE blitter, which has some #DEFINEs in not-very-nice places.
This commit is contained in:
committed by
Niels Martin Hansen
parent
97592c4093
commit
716c883737
@@ -18,9 +18,9 @@
|
||||
|
||||
#ifdef _SQ64
|
||||
assert_compile((sizeof(ParentSpriteToDraw) % 16) == 0);
|
||||
#define LOAD_128 _mm_load_si128
|
||||
# define LOAD_128 _mm_load_si128
|
||||
#else
|
||||
#define LOAD_128 _mm_loadu_si128
|
||||
# define LOAD_128 _mm_loadu_si128
|
||||
#endif
|
||||
|
||||
/** Sort parent sprites pointer array using SSE4.1 optimizations. */
|
||||
|
Reference in New Issue
Block a user