fixes typos

This commit is contained in:
Gabriel Wang 2026-05-22 11:24:56 +08:00
parent da9489d9e1
commit 895c5cb3ed

View file

@ -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()