dinfuehr / dora

Dora VM
MIT License
490 stars 31 forks source link

Avoid SSE-coded instructions, prefer VEX-coded instructions if AVX is available #267

Closed soc closed 2 years ago

soc commented 3 years ago

This is due the high cost of mixing SSE and AVX instructions, see https://john-h-k.github.io/VexTransitionPenalties.html.