355beda7427c400d4bd0da7bc86cf3fafd4f7ae8 blob 768 bytes (raw)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| | /* The following must match the kernel's <asm/hwcap.h>. */
/* HWCAP flags */
#define HWCAP_LOONGARCH_CPUCFG (1 << 0)
#define HWCAP_LOONGARCH_LAM (1 << 1)
#define HWCAP_LOONGARCH_UAL (1 << 2)
#define HWCAP_LOONGARCH_FPU (1 << 3)
#define HWCAP_LOONGARCH_LSX (1 << 4)
#define HWCAP_LOONGARCH_LASX (1 << 5)
#define HWCAP_LOONGARCH_CRC32 (1 << 6)
#define HWCAP_LOONGARCH_COMPLEX (1 << 7)
#define HWCAP_LOONGARCH_CRYPTO (1 << 8)
#define HWCAP_LOONGARCH_LVZ (1 << 9)
#define HWCAP_LOONGARCH_LBT_X86 (1 << 10)
#define HWCAP_LOONGARCH_LBT_ARM (1 << 11)
#define HWCAP_LOONGARCH_LBT_MIPS (1 << 12)
#define HWCAP_LOONGARCH_PTW (1 << 13)
|
debug log:
solving 355beda7 ...
found 355beda7 in https://inbox.vuxu.org/musl/20241115072642.858623-1-lixing@loongson.cn/
applying [1/1] https://inbox.vuxu.org/musl/20241115072642.858623-1-lixing@loongson.cn/
diff --git a/arch/loongarch64/bits/hwcap.h b/arch/loongarch64/bits/hwcap.h
new file mode 100644
index 00000000..355beda7
Checking patch arch/loongarch64/bits/hwcap.h...
Applied patch arch/loongarch64/bits/hwcap.h cleanly.
index at:
100644 355beda7427c400d4bd0da7bc86cf3fafd4f7ae8 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).