File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
src/unix/linux_like/linux/gnu/b64/loongarch64 Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -264,6 +264,21 @@ align_const! {
264
264
} ;
265
265
}
266
266
267
+ pub const HWCAP_CPUCFG : :: c_ulong = 1 << 0 ;
268
+ pub const HWCAP_LAM : :: c_ulong = 1 << 1 ;
269
+ pub const HWCAP_UAL : :: c_ulong = 1 << 2 ;
270
+ pub const HWCAP_FPU : :: c_ulong = 1 << 3 ;
271
+ pub const HWCAP_LSX : :: c_ulong = 1 << 4 ;
272
+ pub const HWCAP_LASX : :: c_ulong = 1 << 5 ;
273
+ pub const HWCAP_CRC32 : :: c_ulong = 1 << 6 ;
274
+ pub const HWCAP_COMPLEX : :: c_ulong = 1 << 7 ;
275
+ pub const HWCAP_CRYPTO : :: c_ulong = 1 << 8 ;
276
+ pub const HWCAP_LVZ : :: c_ulong = 1 << 9 ;
277
+ pub const HWCAP_LBT_X86 : :: c_ulong = 1 << 10 ;
278
+ pub const HWCAP_LBT_ARM : :: c_ulong = 1 << 11 ;
279
+ pub const HWCAP_LBT_MIPS : :: c_ulong = 1 << 12 ;
280
+ pub const HWCAP_PTW : :: c_ulong = 1 << 13 ;
281
+
267
282
pub const SYS_io_setup : :: c_long = 0 ;
268
283
pub const SYS_io_destroy : :: c_long = 1 ;
269
284
pub const SYS_io_submit : :: c_long = 2 ;
You can’t perform that action at this time.
0 commit comments