Cortex X1 is only Arm8.2

This commit is contained in:
Martin Kroeker 2022-03-28 17:40:27 +02:00 committed by GitHub
parent d93cf7f23c
commit abbc65cff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ endif ()
if (${CORE} STREQUAL CORTEXX1) if (${CORE} STREQUAL CORTEXX1)
if (NOT DYNAMIC_ARCH) if (NOT DYNAMIC_ARCH)
set (CCOMMON_OPT "${CCOMMON_OPT} -march=armv8-a+sve") set (CCOMMON_OPT "${CCOMMON_OPT} -march=armv8.2-a")
endif () endif ()
endif () endif ()