mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
cmake+video: always use altivec.h header for detection + introduce SDL_ENABLE_ALTIVEC
This commit is contained in:
committed by
Anonymous Maarten
parent
684709a5b6
commit
d27db3defa
@@ -78,7 +78,7 @@ function(SDL_DetectCPUArchitecture)
|
||||
endforeach()
|
||||
endif()
|
||||
|
||||
set(sdl_known_archs x64 x86 arm64 arm32 emscripten powerpc32 powerpc64 loongarch64)
|
||||
set(sdl_known_archs x64 x86 arm64 arm32 emscripten powerpc64 powerpc32 loongarch64)
|
||||
if(NOT sdl_cpu_names)
|
||||
set(found FALSE)
|
||||
foreach(sdl_known_arch ${sdl_known_archs})
|
||||
|
||||
Reference in New Issue
Block a user