mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 06:45:13 +00:00
Add CHANGELOG
entry for banning OpReturn
/OpReturnValue
in inline asm!
.
This commit is contained in:
parent
34dffa0ea7
commit
6bbd34baa5
@ -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 ⭐
|
||||
|
Loading…
Reference in New Issue
Block a user