Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/cpuctl/arch Report half-precision FP and SIMD support
details: https://anonhg.NetBSD.org/src/rev/51ff47f749dd
branches: trunk
changeset: 976960:51ff47f749dd
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Oct 10 08:27:41 2020 +0000
description:
Report half-precision FP and SIMD support
diffstat:
usr.sbin/cpuctl/arch/aarch64.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r fb09d78d5b6e -r 51ff47f749dd usr.sbin/cpuctl/arch/aarch64.c
--- a/usr.sbin/cpuctl/arch/aarch64.c Sat Oct 10 08:24:10 2020 +0000
+++ b/usr.sbin/cpuctl/arch/aarch64.c Sat Oct 10 08:27:41 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aarch64.c,v 1.11 2020/07/05 19:40:27 riastradh Exp $ */
+/* $NetBSD: aarch64.c,v 1.12 2020/10/10 08:27:41 jmcneill Exp $ */
/*
* Copyright (c) 2018 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: aarch64.c,v 1.11 2020/07/05 19:40:27 riastradh Exp $");
+__RCSID("$NetBSD: aarch64.c,v 1.12 2020/10/10 08:27:41 jmcneill Exp $");
#endif /* no lint */
#include <sys/types.h>
@@ -141,6 +141,7 @@
.bitpos = 16, .bitwidth = 4, .name = "FP",
.info = (const char *[16]) { /* 16=4bit */
[0] = "Floating Point",
+ [1] = "Floating Point including half-precision support",
[15] = "No Floating Point"
}
},
@@ -148,6 +149,7 @@
.bitpos = 20, .bitwidth = 4, .name = "AdvSIMD",
.info = (const char *[16]) { /* 16=4bit */
[0] = "Advanced SIMD",
+ [1] = "Advanced SIMD including half-precision support",
[15] = "No Advanced SIMD"
}
},
Home |
Main Index |
Thread Index |
Old Index