Skip to content

Commit 57bd0f2

Browse files
authored
Update README.md
1 parent c29249c commit 57bd0f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ llvm-msvc is a compiler based LLVM that is not restricted by MSVC. The goal is t
99
You can use naked functions anywhere, as well as add custom support such as obfuscation.
1010

1111
## Features:
12-
- SEH support.
1312
- Compatible with MSVC syntax as much as possible.
14-
- Windows Driver support(x64/ARM64).
15-
- Intrinsic support.
16-
- Naked X64 inline asm support.
13+
- Enhance SEH stability.
14+
- Add some special Intrinsic(``__vmx_vmread``/``__vmx_write``).
15+
- Support x64/ARM64 windows drivers.
16+
- Support naked X64 inline asm.
1717
- Support multiple cores compilation.
1818
- Support ``/MP`` when precompiled headers are present.
1919
- Support ``/GL`` (LTO optimization).

0 commit comments

Comments
 (0)