With felix86 26.03, there's AVX, AVX2, BMI1, F16C support, Flatpak support and a seccomp implementation, as well as optimizations!
Read the blog post: https://felix86.com/felix86-26-03/
Compatibility list: https://felix86.com/compat/
Follow us on Twitter: @felix86_emu
We also have a Bluesky: @felix86-emu
Join our discord server for any questions: https://discord.gg/TgBxgFwByU
Star the project please!
What's Changed
- Optimize PINSR by @OFFTKP in #441
- Implement AES instructions by @OFFTKP in #442
- Fix PCMPXSTRX bug by @OFFTKP in #444
- Create mounts path on first instance by @OFFTKP in #445
- Implement seccomp BPF filters & CLONE_PIDFD by @OFFTKP in #446
- Improve AESDEC and AESIMC by @OFFTKP in #447
- Update Chinese README by @zqb-all in #448
- Fix error message, don't disable AES on Zknd missing by @OFFTKP in #449
- Optimize PHMINPOSUW by @OFFTKP in #450
- Optimize PSHUFLW by @OFFTKP in #452
- Optimize pack instructions by @OFFTKP in #454
- Optimize away some merges by @OFFTKP in #455
- Optimize UNPCKHPS by @OFFTKP in #457
- Implement AVX, AVX2, F16C and BMI1 by @OFFTKP in #458
- Override /proc/self/exe path when running from trusted directory by @OFFTKP in #459
- Add vcmpss_full by @OFFTKP in #460
- Add rest of vcmp**_full tests by @OFFTKP in #461
- Improve feature exposing in CPUID, fix pcmpxstrx bug by @OFFTKP in #463
- Writeback and restore SIMD state in groups by @OFFTKP in #465
- Update instruction counts with AVX instructions by @OFFTKP in #466
New Contributors
Full Changelog: 26.02...26.03