Skip to content

[Support] Include intrin.h for MSVC intrinsics in xxhash.cpp #9228

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

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

bnbarham
Copy link

@bnbarham bnbarham commented Sep 6, 2024

__umulh added in llvm#95863 requires intrin.h, make sure to include it.

`__umulh` added in llvm#95863
requires `intrin.h`, make sure to include it.
@bnbarham bnbarham requested a review from compnerd September 6, 2024 23:31
@bnbarham
Copy link
Author

bnbarham commented Sep 6, 2024

@swift-ci please test

@bnbarham
Copy link
Author

bnbarham commented Sep 6, 2024

@compnerd I'll push this upstream if it ends up passing on arm64

@bnbarham
Copy link
Author

bnbarham commented Sep 9, 2024

No arm64 testing... just going to merge and will keep an eye on the arm64 job.

@bnbarham bnbarham merged commit 719dc00 into swiftlang:stable/20240723 Sep 9, 2024
0 of 3 checks passed
@bnbarham bnbarham deleted the add-intrin-header branch September 9, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants