stdarch
stdarch copied to clipboard
Rust's standard library vendor-specific APIs and run-time feature detection
Some C compilers (`clang` and `gcc` at least) define unaligned vector types. Vectors are often read from unaligned locations, and then using and dereferencing a pointer to the normal vector...
I think https://github.com/riscv-non-isa/rvv-intrinsic-doc is the place to get them, v1.0 was ratified on April 25 2025. It would be really nice to get them into standard library now that RISC-V...
https://docs.rs/crate/std_detect/latest reads: "std_detect-0.1.5 doesn't have any documentation". I suspect this is what breaks the source link from https://doc.rust-lang.org/stable/std/macro.is_x86_feature_detected.html (Why that points to "latest" instead of the version std actually uses...