SVE-enabled targets in ARM64 DYNAMIC_ARCH require a recent compiler

This commit is contained in:
Martin Kroeker 2022-12-25 10:19:02 +01:00 committed by GitHub
parent 5a9cd87794
commit d16261fbc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -664,8 +664,10 @@ DYNAMIC_CORE += CORTEXA57
DYNAMIC_CORE += CORTEXA72
DYNAMIC_CORE += CORTEXA73
DYNAMIC_CORE += NEOVERSEN1
ifeq ($(GCCVERSIONGTEQ10), 1)
DYNAMIC_CORE += NEOVERSEV1
DYNAMIC_CORE += NEOVERSEN2
endif
DYNAMIC_CORE += CORTEXA55
DYNAMIC_CORE += FALKOR
DYNAMIC_CORE += THUNDERX