felix86 26.04 is released! With this release, we completely rewrote signal handling, and optimized multiple instructions.
Read the blog post: https://felix86.com/felix86-26-04/
Compatibility list: https://felix86.com/compat/
What's Changed
- Update contribution guide by @OFFTKP in #468
- Implement VPCLMULQDQ, enable x86-64-v2, remove dead code by @OFFTKP in #469
- Implement SHLX/SHRX/SARX/RORX/MULX/BZHI by @OFFTKP in #470
- Optimize VMPSADBW.128 by @OFFTKP in #471
- Optimize VMPSADBW.256 and MPSADBW by @OFFTKP in #472
- Replace build script with CMakeLists file for building thunks by @OFFTKP in #475
- Fix binfmt_misc registration by @OFFTKP in #476
- Fix flags being wrongly optimized near shift by zero by @OFFTKP in #477
- Wrap CMake variables in quotes by @OFFTKP in #478
- Signal rewrite by @OFFTKP in #473
- Don't perform TSO emulation for stack memory accesses by @OFFTKP in #479
- Update version by @OFFTKP in #480
Full Changelog: 26.03...26.04