Browse Source

Enable SME on MacOS and add VORTEXM4 to DYNAMIC_ARCH list

pull/5423/head
Martin Kroeker GitHub 5 months ago
parent
commit
ccfd0170fb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Makefile.system

+ 2
- 1
Makefile.system View File

@@ -427,7 +427,7 @@ ifndef MACOSX_DEPLOYMENT_TARGET
ifeq ($(ARCH), arm64)
export MACOSX_DEPLOYMENT_TARGET=11.0
export NO_SVE = 1
export NO_SME = 1
# export NO_SME = 1
else
export MACOSX_DEPLOYMENT_TARGET=10.8
endif
@@ -723,6 +723,7 @@ DYNAMIC_CORE += A64FX
endif
ifneq ($(NO_SME), 1)
DYNAMIC_CORE += ARMV9SME
DYNAMIC_CORE += VORTEXM4
endif
DYNAMIC_CORE += THUNDERX
DYNAMIC_CORE += THUNDERX2T99


Loading…
Cancel
Save