If you're not concerned about being vulnerable to such attacks, booting your kernel with:<p><pre><code> retbleed=off
</code></pre>
Restores the lost performance. Personally, I run with:<p><pre><code> mitigations=off
</code></pre>
in the kernel options to avoid all the spectre slow downs.