Hacker News new | ask | show | jobs
by clnq 971 days ago
Can this reasonably reliably steer speculative execution?
1 comments

No, because speculative speculation attacks can choose to deliberately mislead the dynamic branch predictor prior to the actual attack.

Use `__builtin_speculation_safe_value` to defend against that.