Windows: set HAVE_IMMINTRIN_H for AVX intrinsics
This commit is contained in:
committed by
Ryan C. Gordon
parent
638befc1a9
commit
20eea021c6
@@ -773,6 +773,7 @@ if(ASSEMBLY)
|
||||
set(HAVE_SSE TRUE)
|
||||
set(HAVE_SSE2 TRUE)
|
||||
set(HAVE_SSE3 TRUE)
|
||||
check_include_file("immintrin.h" HAVE_IMMINTRIN_H)
|
||||
set(SDL_ASSEMBLY_ROUTINES 1)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user