From 242892aa0e6eb6a6944db150f7062c3705da00bf Mon Sep 17 00:00:00 2001 From: MiroKaku <50670906+MiroKaku@users.noreply.github.com> Date: Thu, 16 Jun 2022 11:35:46 +0800 Subject: [PATCH] feat: #10 (support ARM/ARM64, experimental) docs: update readme. --- README.md | 4 ++-- ReadMe.zh-cn.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb6925b..3bb1450 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/ReadMe.zh-cn.md b/ReadMe.zh-cn.md index 2d298f7..022def1 100644 --- a/ReadMe.zh-cn.md +++ b/ReadMe.zh-cn.md @@ -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] 支持 静态对象