mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-05 22:30:29 +00:00
fixes typos
This commit is contained in:
parent
da9489d9e1
commit
895c5cb3ed
1 changed files with 2 additions and 2 deletions
|
|
@ -942,8 +942,8 @@ if(SDL_ASSEMBLY)
|
|||
}]==] COMPILER_SUPPORTS_ARMSVE2)
|
||||
if(COMPILER_SUPPORTS_ARMSVE2)
|
||||
# IMPORTANT: As not all AArch64 processors support SVE2, we only
|
||||
# attach the following compilation options SVE dedicated
|
||||
# source files.
|
||||
# attach the following compilation option to SVE
|
||||
# dedicated source files.
|
||||
set(SVE2_MARCH_FLAG "-march=armv8-a+sve2")
|
||||
set(HAVE_ARMSVE2 TRUE)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue