Merge branch 'master' into jgrpp

This commit is contained in:
Jonathan G Rennison
2020-07-07 17:28:19 +01:00
18 changed files with 138 additions and 119 deletions

View File

@@ -20,7 +20,7 @@ assert_compile((sizeof(ParentSpriteToDraw) % 16) == 0);
#ifdef _SQ64
#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. */