Skip to content

Commit 636ec71

Browse files
committed
accidentally removed neoversen1 force
1 parent 56b9e08 commit 636ec71

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

getarch.c

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,23 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
14661466
#define CORENAME "ORYON"
14671467
#endif
14681468

1469+
#ifdef FORCE_NEOVERSEN1
1470+
#define FORCE
1471+
#define ARCHITECTURE "ARM64"
1472+
#define SUBARCHITECTURE "NEOVERSEN1"
1473+
#define SUBDIRNAME "arm64"
1474+
#define ARCHCONFIG "-DNEOVERSEN1 " \
1475+
"-DL1_CODE_SIZE=65536 -DL1_CODE_LINESIZE=64 -DL1_CODE_ASSOCIATIVE=4 " \
1476+
"-DL1_DATA_SIZE=65536 -DL1_DATA_LINESIZE=64 -DL1_DATA_ASSOCIATIVE=4 " \
1477+
"-DL2_SIZE=1048576 -DL2_LINESIZE=64 -DL2_ASSOCIATIVE=16 " \
1478+
"-DDTB_DEFAULT_ENTRIES=64 -DDTB_SIZE=4096 " \
1479+
"-DHAVE_VFPV4 -DHAVE_VFPV3 -DHAVE_VFP -DHAVE_NEON -DARMV8 " \
1480+
"-march=armv8.2-a -mtune=neoverse-n1"
1481+
#define LIBNAME "neoversen1"
1482+
#define CORENAME "NEOVERSEN1"
1483+
#endif
1484+
1485+
14691486
#ifdef FORCE_NEOVERSEV1
14701487
#define FORCE
14711488
#define ARCHITECTURE "ARM64"

0 commit comments

Comments
 (0)