Author: mhorne
Date: Wed Oct 7 20:09:26 2020
New Revision: 366520
URL: https://svnweb.freebsd.org/changeset/base/366520
Log:
MFS r366360,r366361:
MFC r366271:
arm64: set the correct HWCAP
Approved by: re (gjb)
Modified:
releng/12.2/sys/arm64/arm64/identcpu.c
Directory Properties:
releng/12.2/ (props changed)
Modified: releng/12.2/sys/arm64/arm64/identcpu.c
==============================================================================
--- releng/12.2/sys/arm64/arm64/identcpu.c Wed Oct 7 18:48:10 2020
(r366519)
+++ releng/12.2/sys/arm64/arm64/identcpu.c Wed Oct 7 20:09:26 2020
(r366520)
@@ -500,7 +500,7 @@ parse_cpu_features_hwcap(u_int cpu)
hwcap |= HWCAP_ASIMD;
break;
case ID_AA64PFR0_AdvSIMD_HP:
- hwcap |= HWCAP_ASIMD | HWCAP_ASIMDDP;
+ hwcap |= HWCAP_ASIMD | HWCAP_ASIMDHP;
break;
default:
break;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"