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
Rust is adding a -Zharden-sls mitigation for straight-line speculation; see rust-lang/rust#136597.
This raises the question of what to about our external assembly code. Should we expect the assembler to inject these mitigations? If so, which versions of which assemblers will?
Should we modify (ideally upstream) the (Perl)asm source to insert these mitigations? If so, we should coordinate with them.
The text was updated successfully, but these errors were encountered:
Rust is adding a
-Zharden-sls
mitigation for straight-line speculation; see rust-lang/rust#136597.This raises the question of what to about our external assembly code. Should we expect the assembler to inject these mitigations? If so, which versions of which assemblers will?
Should we modify (ideally upstream) the (Perl)asm source to insert these mitigations? If so, we should coordinate with them.
The text was updated successfully, but these errors were encountered: