rust/library/stdarch/crates
Tsukasa OI 87b28d4885 Check cfg on features that stage0 compiler support
Since the bootstrap compiler of Rust is bumped to the commit
5dadfd5c41 (version 1.88.0-beta.3 2025-05-11),
some features should be safe to enable cfg checks.

RISC-V Features:

*   "zicsr"
*   "zicntr"
*   "zihpm"
*   "zifencei"
*   "zihintntl"
*   "zihintpause"
*   "zimop"
*   "zicboz"
*   "zicond"
*   "ztso"
*   "zfa"
*   "zca"
*   "zcb"
*   "zcmop"
*   "b"

x86 Features:

*   "amx-avx512"
*   "amx-fp8"
*   "amx-movrs"
*   "amx-tf32"
*   "amx-transpose"
2025-05-30 16:30:09 +00:00
..
assert-instr-macro Remove STDARCH_DISABLE_DEDUP_GUARD as it was unused 2025-04-20 21:39:39 +00:00
core_arch allow aarch64_softfloat_neon for backwards compatibility 2025-05-21 10:39:23 +00:00
intrinsic-test fix: code cleanup and renaming 2025-05-27 23:27:38 +00:00
simd-test-macro fix - aarch64_be tests 2025-05-03 05:06:15 +00:00
std_detect Check cfg on features that stage0 compiler support 2025-05-30 16:30:09 +00:00
stdarch-gen-arm Pr feedback for instruction & hookup CI for aarch64_be 2025-05-03 05:06:15 +00:00
stdarch-gen-loongarch Format with style edition 2024 2025-02-09 12:57:14 -08:00
stdarch-test Add riscv32 CI run 2025-05-06 16:10:50 +00:00
stdarch-verify Fix stdarch-verify 2025-05-01 11:30:47 +00:00