aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
diff options
context:
space:
mode:
authorMitchell Horne <mhorne@FreeBSD.org>2020-09-29 23:21:56 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2020-09-29 23:21:56 +0000
commitfe9602fbf84cfd06403a6311c402e0c0fbb02ba0 (patch)
treeac8ec33203dda7edd8800f4082568818df3c8f3b /sys/arm64
parent17b8b8fb5fc4acc832dabfe7ef11e3e1d399ad0f (diff)
Notes
Diffstat (limited to 'sys/arm64')
-rw-r--r--sys/arm64/arm64/identcpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm64/arm64/identcpu.c b/sys/arm64/arm64/identcpu.c
index 41db28972b6e3..34a384ec994b9 100644
--- a/sys/arm64/arm64/identcpu.c
+++ b/sys/arm64/arm64/identcpu.c
@@ -1295,7 +1295,7 @@ parse_cpu_features_hwcap(void)
hwcap |= HWCAP_ASIMD;
break;
case ID_AA64PFR0_AdvSIMD_HP:
- hwcap |= HWCAP_ASIMD | HWCAP_ASIMDDP;
+ hwcap |= HWCAP_ASIMD | HWCAP_ASIMDHP;
break;
default:
break;