You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* subgroup: add trait VectorOrScalar, representing either a vector or a scalar type
* subgroup: added all non-uniform subgroup operations
* subgroup: remove all target_feature cfgs, replaced with docs
* subgroup: added all subgroupBarrier*() functions from glsl
* subgroup: added non group-op tests
* subgroup: fixed asm for instructions taking GROUP_OP generic
* subgroup: added tests for group-op instructions
* gitignore: added rustc-ice* error reports
* subgroup: added test for subgroup buildins
* subgroup: make SubgroupMask a struct to prevent implicit casts to and from UVec4
* subgroup: fixed clippy lints
* subgroup: drop the `non_uniform` from all subgroup functions, matching glsl
* changelog: add subgroup intrinsics PR
* subgroup: make VectorOrScalar trait match discussions in EmbarkStudios/rust-gpu#1030
* cleanup: remove internal type F32x2 for glam::Vec2
---------
Co-authored-by: Firestar99 <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
33
- Signed for loops like `for _ in 0..4i32 {}` no longer compile. We recommend switching to unsigned for loops and casting back to signed integers in the meanwhile.
0 commit comments