Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
feat: #10 (support ARM/ARM64, experimental)
Browse files Browse the repository at this point in the history
docs: update readme.
  • Loading branch information
MiroKaku committed Jun 16, 2022
1 parent 0b4f931 commit 242892a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ But there are several problems,like it isn't support C++ exception and it cost

### 1.2 Features

Kernel-mode:
- [x] support x86, x64, ARM(experimental), ARM64(experimental).
- [x] support new/delete operators.
- [x] support C++ exception (/EHsc).
- [x] support C++ exception (/EHa, /EHsc).
- [x] support SAFESEH、GS (Buffer Security Check).
- [x] support STL (not fully).
- [x] support static objects.
Expand Down
4 changes: 2 additions & 2 deletions ReadMe.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ ucxxrt 是一个基于微软的 MSVC 修改的开源运行时库,最大的亮

### 1.2 特性

内核模式:
- [x] 支持 x86、x64、ARM(实验性)、ARM64(实验性)
- [x] 支持 new/delete
- [x] 支持 C++ 异常 (/EHsc)
- [x] 支持 C++ 异常 (/EHa、/EHsc)
- [x] 支持 SAFESEH、GS (Buffer Security Check)
- [x] 支持 STL (部分)
- [x] 支持 静态对象
Expand Down

0 comments on commit 242892a

Please sign in to comment.