From 9777fde505e60ef0dea7d0514168f4daf513c6ea Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Tue, 13 Aug 2024 12:10:54 +0200 Subject: [PATCH 1/2] Add an additional test for Neoverse N2 --- tests/targets/linux-ubuntu22.04-neoverse_n2 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/targets/linux-ubuntu22.04-neoverse_n2 diff --git a/tests/targets/linux-ubuntu22.04-neoverse_n2 b/tests/targets/linux-ubuntu22.04-neoverse_n2 new file mode 100644 index 0000000..cf555d2 --- /dev/null +++ b/tests/targets/linux-ubuntu22.04-neoverse_n2 @@ -0,0 +1,8 @@ +processor : 0 +BogoMIPS : 2000.00 +Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm uscat ilrcpc flagm ssbs sb paca pacg dcpodp sve2 flagm2 frint svei8mm svebf16 i8mm bf16 +CPU implementer : 0x41 +CPU architecture: 8 +CPU variant : 0x0 +CPU part : 0xd49 +CPU revision : 0 \ No newline at end of file From 191dc60cbc89cc834a606294a2ed640dfabd5e51 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Tue, 13 Aug 2024 14:33:38 +0200 Subject: [PATCH 2/2] Neoverse V2: remove 'svesha3', 'svepmull', 'dit', 'svebitperm', 'sveaes', 'dgh' --- cpu/microarchitectures.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/cpu/microarchitectures.json b/cpu/microarchitectures.json index e624bef..6d5edc2 100644 --- a/cpu/microarchitectures.json +++ b/cpu/microarchitectures.json @@ -3182,7 +3182,6 @@ "sha512", "sve", "asimdfhm", - "dit", "uscat", "ilrcpc", "flagm", @@ -3190,17 +3189,12 @@ "sb", "dcpodp", "sve2", - "sveaes", - "svepmull", - "svebitperm", - "svesha3", "flagm2", "frint", "svei8mm", "svebf16", "i8mm", - "bf16", - "dgh" + "bf16" ], "compilers" : { "gcc": [