Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pytorch/cpuinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/midr.h')
-rw-r--r--src/arm/midr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arm/midr.h b/src/arm/midr.h
index 739dc19..6329783 100644
--- a/src/arm/midr.h
+++ b/src/arm/midr.h
@@ -184,9 +184,12 @@ inline static uint32_t midr_score_core(uint32_t midr) {
case UINT32_C(0x51008000): /* Kryo 260 / 280 Gold */
case UINT32_C(0x51002050): /* Kryo Gold */
case UINT32_C(0x4800D400): /* Cortex-A76 (HiSilicon) */
+ case UINT32_C(0x4100D490): /* Neoverse N2 */
case UINT32_C(0x4100D410): /* Cortex-A78 */
+ case UINT32_C(0x4100D400): /* Neoverse V1 */
case UINT32_C(0x4100D0D0): /* Cortex-A77 */
case UINT32_C(0x4100D0E0): /* Cortex-A76AE */
+ case UINT32_C(0x4100D0C0): /* Neoverse-N1 */
case UINT32_C(0x4100D0B0): /* Cortex-A76 */
case UINT32_C(0x4100D0A0): /* Cortex-A75 */
case UINT32_C(0x4100D090): /* Cortex-A73 */