SVE-enabled targets in ARM64 DYNAMIC_ARCH require a recent compiler
This commit is contained in:
parent
5a9cd87794
commit
d16261fbc6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue