summaryrefslogtreecommitdiff
path: root/Makefile.system
diff options
context:
space:
mode:
authorAli Saidi <alisaidi@amazon.com>2020-02-21 22:46:58 +0000
committerAli Saidi <alisaidi@amazon.com>2020-02-29 03:22:04 +0000
commitc623a965f95b83bd4340a5ebe1a370b1a900545d (patch)
treee6f580c1884e794d647b393ab72291f719a1816b /Makefile.system
parent430ee31e668839fc22b9e4994f8c9e18d220cf15 (diff)
downloadopenblas-c623a965f95b83bd4340a5ebe1a370b1a900545d.tar.gz
openblas-c623a965f95b83bd4340a5ebe1a370b1a900545d.tar.bz2
openblas-c623a965f95b83bd4340a5ebe1a370b1a900545d.zip
Add Neoverse-N1 core
The implementation is a hybird of the ARMV8 one with some of the improved TX2 rountines along with specifying -march=v8.2-a
Diffstat (limited to 'Makefile.system')
-rw-r--r--Makefile.system2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.system b/Makefile.system
index a928b6e25..1e30d05a8 100644
--- a/Makefile.system
+++ b/Makefile.system
@@ -328,6 +328,7 @@ ifeq ($(C_COMPILER), GCC)
GCCVERSIONGTEQ4 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 4)
GCCVERSIONGT4 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \> 4)
GCCVERSIONGT5 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \> 5)
+GCCVERSIONGTEQ7 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 7)
GCCVERSIONGTEQ9 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 9)
GCCMINORVERSIONGTEQ7 := $(shell expr `$(CC) -dumpversion | cut -f2 -d.` \>= 7)
ifeq ($(GCCVERSIONGT4), 1)
@@ -554,6 +555,7 @@ DYNAMIC_CORE += CORTEXA53
DYNAMIC_CORE += CORTEXA57
DYNAMIC_CORE += CORTEXA72
DYNAMIC_CORE += CORTEXA73
+DYNAMIC_CORE += NEOVERSEN1
DYNAMIC_CORE += FALKOR
DYNAMIC_CORE += THUNDERX
DYNAMIC_CORE += THUNDERX2T99