half-rs icon indicating copy to clipboard operation
half-rs copied to clipboard

spirv modernizations

Open Firestar99 opened this issue 4 months ago • 1 comments

  • since rust-gpu 0.9.0 released 2 years ago, we can handle Display and Debug implementations and even panic! messages via some recompilation
  • https://github.com/Rust-GPU/rust-gpu/pull/213 added support for loading_zeros via intrinsics, no need to have a backup implementation anymore

Unfortunately, I don't have a good test project to test these changes properly. I'd also wait for an approval by @eddyb.

Firestar99 avatar Jul 29 '25 11:07 Firestar99

Would be happy to merge when this gets tested

VoidStarKat avatar Sep 11 '25 01:09 VoidStarKat