Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 87b7d13

Browse files
committed
Add CHANGELOG entry for custom OpExtInsts.
1 parent 9011856 commit 87b7d13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929

3030
## [Unreleased]
3131

32+
### Added ⭐
33+
- [PR#1064](https://github.com/EmbarkStudios/rust-gpu/pull/1064) added a Rust-GPU-private
34+
"extended instruction set" (to allow us to have custom `OpExtInst`s), with the
35+
initial custom `OpExtInst`s being used to improve debuginfo source locations
36+
(using ranges instead of just the starting position, and tracking inlined calls)
37+
3238
### Changed 🛠
3339
- [PR#1038](https://github.com/EmbarkStudios/rust-gpu/pull/1038) relaxed `glam` version requirements (from only `0.22`, to `>=0.22, <=0.24`)
3440

0 commit comments

Comments
 (0)