-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for clang-cl on Windows (#633)
This commit adds support for clang-cl (clang, pretending to be MSVC) to SSE2NEON on Windows ARM64 platforms. This change is part of some Blender work, as using clang-cl provides a ~20-40% speedup compared to MSVC. Compiled with the following command line (via a VS2022 Native ARM64 Tools CMD window): msbuild sse2neon.vcxproj /p:Configuration=Release /p:CLToolExe=clang-cl.exe /p:CLToolPath="C:\Program Files\LLVM\bin\" Known failures in test suite: Test mm_cvttpd_epi32 Test rdtsc Co-authored-by: Anthony Roberts <anthony.roberts@linaro.org>
- Loading branch information
1 parent
1a854ed
commit 29716df
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters