Fix #9935: Use more selectivity when building SSE specific code
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
# define LOAD_128 _mm_loadu_si128
|
||||
#endif
|
||||
|
||||
GNU_TARGET("sse4.1")
|
||||
void ViewportSortParentSpritesSSE41(ParentSpriteToSortVector *psdv)
|
||||
{
|
||||
if (psdv->size() < 2) return;
|
||||
|
Reference in New Issue
Block a user