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
XAMPPRocky
changed the title
Link panics on ConsumerError(MismatchedTerminator) when using OpTerminateRayKHR.
Correctly handle terminators in inline assembly
Mar 31, 2021
Currently you can work around this by adding unused OpLabel at the end of the asm! block. Also to correctly implement terminators on the Rust side changing their type signature to -> !, we need to close #570
Currently the following assembly code causes a
ConsumerError(MismatchedTerminator)
ICE.Code
Error
The text was updated successfully, but these errors were encountered: