stdarch
stdarch copied to clipboard
Add amdgpu intrinsics
Add intrinsics for the amdgpu architecture.
I’m not sure how to add/run CI (ci/run.sh fails for me e.g. for
nvptx because core cannot be found), but I checked that it compiles
without warnings with
$ CARGO_BUILD_RUSTFLAGS=-Ctarget-cpu=gfx900 cargo check --target amdgcn-amd-amdhsa -Zbuild-std=core
Tracking issue: https://github.com/rust-lang/rust/issues/149988