mailing list of musl libc
 help / color / mirror / code / Atom feed
bb505da8f5c8275df9705bdfd94157265f22ea11 blob 662 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
/* HWCAP - Hardware Capabilities
 * Hardware information is not clear at present, leave it blank. 
 */
#define HWCAP_LOONGARCH_CPUCFG	(1 << 0)
#define HWCAP_LOONGARCH_FPU	(1 << 1)
#define HWCAP_LOONGARCH_LSX	(1 << 2)  /* support 128bit vectors*/
#define HWCAP_LOONGARCH_LASX	(1 << 3)  /* support 256bit vectors*/
#define HWCAP_LOONGARCH_LBT	(1 << 4)  /* support LBT*/
#define HWCAP_LOONGARCH_LVZ	(1 << 5)  /* support virtualization expansion*/
#define HWCAP_LOONGARCH_CRC32	(1 << 7)  /* support CRC32 check*/
#define HWCAP_LOONGARCH_AES	(1 << 6)
#define HWCAP_LOONGARCH_SHA1	(1 << 8)
#define HWCAP_LOONGARCH_SHA2	(1 << 9)
#define HWCAP_LOONGARCH_SHA3	(1 << 10)

debug log:

solving bb505da8 ...
found bb505da8 in https://inbox.vuxu.org/musl/631a1416.5853.17a3dd4c129.Coremail.zhaixiaojuan@loongson.cn/ ||
	https://inbox.vuxu.org/musl/43a660d5.58ae.17a3df462b9.Coremail.zhaixiaojuan@loongson.cn/

applying [1/2] https://inbox.vuxu.org/musl/631a1416.5853.17a3dd4c129.Coremail.zhaixiaojuan@loongson.cn/
diff --git a/arch/loongarch64/bits/hwcap.h b/arch/loongarch64/bits/hwcap.h
new file mode 100644
index 00000000..bb505da8

1:8: trailing whitespace.
 * Hardware information is not clear at present, leave it blank. 
Checking patch arch/loongarch64/bits/hwcap.h...
1:21: new blank line at EOF.
+
Applied patch arch/loongarch64/bits/hwcap.h cleanly.
warning: 2 lines add whitespace errors.

skipping https://inbox.vuxu.org/musl/43a660d5.58ae.17a3df462b9.Coremail.zhaixiaojuan@loongson.cn/ for bb505da8
index at:
100644 bb505da8f5c8275df9705bdfd94157265f22ea11	arch/loongarch64/bits/hwcap.h

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).