Skip to content

Commit 77e1e3c

Browse files
authored
Update performance.md
1 parent 7bdd413 commit 77e1e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ When compiling with Visual Studio, we recommend the flags `/Ob2 /O2` or better.
158158

159159
Recent versions of Microsoft Visual Studio on Windows provides support for the LLVM Clang compiler. You only need to install the "Clang compiler" optional component (ClangCL). You may also get a copy of the 64-bit LLVM CLang compiler for [Windows directly from LLVM](https://releases.llvm.org/download.html). The simdjson library fully supports the LLVM Clang compiler under Windows. In fact, you may get better performance out of simdjson with the LLVM Clang compiler than with the regular Visual Studio compiler. Meanwhile the [LLVM CLang compiler is binary compatible with Visual Studio](https://clang.llvm.org/docs/MSVCCompatibility.html) which means that you can combine their binaries (executables and libraries).
160160

161-
Under Windows, we also support the GNU GCC compiler via MSYS2. The performance is excellent.
161+
Under Windows, we also support the GNU GCC compiler via MSYS2. The performance of 64-bit MSYS2 under Windows excellent (on par with Linux).
162162

163163

164164
Downclocking

0 commit comments

Comments
 (0)