Skip to content

Commit 158aaff

Browse files
authored
Update performance.md
1 parent fd83614 commit 158aaff

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
@@ -156,7 +156,7 @@ On Intel and AMD Windows platforms, Microsoft Visual Studio enables programmers
156156

157157
When compiling with Visual Studio, we recommend the flags `/Ob2 /O2` or better. We do not recommend that you compile simdjson with architecture-specific flags such as `arch:AVX2`. The simdjson library automatically selects the best execution kernel at runtime.
158158

159-
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. And [the Clang compiler is binary compatible with Visual Studio](Meanwhile [clangcl is binary compatible with visual studio](https://clang.llvm.org/docs/MSVCCompatibility.html) which means that you can mix them.
159+
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 [clangcl is binary compatible with visual studio](https://clang.llvm.org/docs/MSVCCompatibility.html) which means that you can mix them.
160160

161161
Under Windows, we also support the GNU GCC compiler via MSYS2. The performance is excellent.
162162

0 commit comments

Comments
 (0)