Skip to content

Commit

Permalink
Add CHANGELOG entry for banning OpReturn/OpReturnValue in inlin…
Browse files Browse the repository at this point in the history
…e `asm!`.
  • Loading branch information
eddyb committed Mar 17, 2023
1 parent 7bce85a commit 0a6079c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-->

## [Unreleased]

### Fixed 🩹
- [PR#1006](https://github.com/EmbarkStudios/rust-gpu/pull/1006) fixed [#1002](https://github.com/EmbarkStudios/rust-gpu/issues/1002) by rewriting away all `spirv-std` uses of `asm!("OpReturnValue %result")` and disallowing `OpReturn`/`OpReturnValue` from inline `asm!` (as it's always UB to leave `asm!` blocks in any way other than falling through their end)

## [0.6.0]

### Added ⭐
Expand Down

0 comments on commit 0a6079c

Please sign in to comment.