-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: enable Clang-cl Windows builds #35433
Closed
Closed
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff3a4ec - Browse repository at this point
Copy the full SHA ff3a4ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26e51ff - Browse repository at this point
Copy the full SHA 26e51ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 711a822 - Browse repository at this point
Copy the full SHA 711a822View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbf0efc - Browse repository at this point
Copy the full SHA bbf0efcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ccb17d - Browse repository at this point
Copy the full SHA 3ccb17dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 273cb2b - Browse repository at this point
Copy the full SHA 273cb2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ec7554 - Browse repository at this point
Copy the full SHA 6ec7554View commit details -
fix build on clangcl, except for v8 assembly (#9)
1. To avoid many warnings, this PR declares the C and C++ standards separately. 2. This PR extends gyp so that we can build with AVX-512. Nevertheless, getting runtime dispatching with ClangCl through Visual Studio is challenging, so we disable it. It only affects one component of zip, so the effect on runtime performance should be negligible. Note that other dependencies such as simdutf do not need to this build support for runtime dispatching (so you still get AVX2, AVX-512 support in these dependencies).
Configuration menu - View commit details
-
Copy full SHA for 1f149ca - Browse repository at this point
Copy the full SHA 1f149caView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4fe780 - Browse repository at this point
Copy the full SHA d4fe780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d7c136 - Browse repository at this point
Copy the full SHA 9d7c136View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a5726a - Browse repository at this point
Copy the full SHA 1a5726aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5302f5 - Browse repository at this point
Copy the full SHA d5302f5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.