Skip to content

Commit

Permalink
1.5.2-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeng Lu committed May 29, 2024
1 parent 1628ef8 commit e0781d0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@
- SPEC 2000 转译效率可达 65%
- 新增 SSSE3 和 SSE4 指令集扩展支持
- 支持更多网络套接字类型和更多 ioctl 系统调用

## 1.5.2-rc1

- 修复多线程自修改逻辑的同步错误;
- 开启 SSE42 POPCNT 等 features;
- latx-x86_64 支持更多的 ioctl, 如 DRM_SYNCOBJ;
- 修复新旧世界 NSIG 差异导致的部分游戏软件运行失败问题;
- latx-x86_64 库直通修复一些崩溃问题,同时新增 vulkan 支持。
11 changes: 11 additions & 0 deletions NEWS.en
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@
- SPEC 2000 yields 65% native performance.
- Added support for the SSSE3 and SSE4 SIMD extensions.
- Added support for more network socket types and `ioctl` system calls.


## 1.5.2-rc1

- Fix synchronization errors in multi-threaded self-modifying logic;
- Enable SSE42 POPCNT and other features;
- Support for more ioctls in latx-x86_64, such as DRM_SYNCOBJ;
- Fix issues with NSIG differences between new and old worlds that cause some
game software to fail;
- Direct fixes for some crash issues in the latx-x86_64 library, and new Vulkan
support has been added.

0 comments on commit e0781d0

Please sign in to comment.