diff --git a/CMakeLists.txt b/CMakeLists.txt index f481e8e4bf..f50778770d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()