From 29768e841d6b62d2dd13f3ba5010841a3cca923b Mon Sep 17 00:00:00 2001 From: Dr-Noob Date: Tue, 20 Feb 2024 09:35:30 +0100 Subject: [PATCH] [v1.05][ARM] Update TaiShan vector units --- src/arm/uarch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/arm/uarch.c b/src/arm/uarch.c index 5fab29b..9566e84 100644 --- a/src/arm/uarch.c +++ b/src/arm/uarch.c @@ -324,6 +324,8 @@ int get_number_of_vpus(struct cpuInfo* cpu) { return 3; case UARCH_ICESTORM: // [https://dougallj.github.io/applecpu/icestorm-simd.html] case UARCH_BLIZZARD: // [https://en.wikipedia.org/wiki/Comparison_of_ARM_processors] + case UARCH_TAISHAN_V110:// [https://www-file.huawei.com/-/media/corp2020/pdf/publications/huawei-research/2022/huawei-research-issue1-en.pdf]: "128-bit x 2 for single precision" + case UARCH_TAISHAN_V200:// Not confirmed, asssuming same as v110 case UARCH_CORTEX_A57: // [https://www.anandtech.com/show/8718/the-samsung-galaxy-note-4-exynos-review/5] case UARCH_CORTEX_A72: // [https://www.anandtech.com/show/10347/arm-cortex-a73-artemis-unveiled/2] case UARCH_CORTEX_A73: // [https://www.anandtech.com/show/10347/arm-cortex-a73-artemis-unveiled/2]