ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.9k stars 287 forks source link

optimize avx #1666

Open salt431 opened 4 months ago

salt431 commented 4 months ago

consolidate the conditionals in /src/emu/x64runavxf20f38.c along with a slight refactor. should boost performance a little bit, builds passing.

ptitSeb commented 4 months ago

I'm sorry, but this is is literaly the exact same code with sligt style variation. There iis no optimisation there at all.