Skip to content
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

Intrinsics for ARM64 #269

Merged
merged 2 commits into from
Feb 2, 2021
Merged

Intrinsics for ARM64 #269

merged 2 commits into from
Feb 2, 2021

Conversation

BastienVialla
Copy link
Contributor

Following Issue #268.

  • CheckCXXIntrinsicsHeader.cmake: add the detection of arm64 such that the script check for arm_neon.h instead of x86intrin.h when compiling for arm64. Correction of a small typo in the comment.
  • clang.h & gcc.h: add the detection of arm64 to include to correct header file.

It seems from the documentation that the intrinsics used by MSC for x86_64 don't have equivalent for arm64, so no changes.

Add architecture check in the files CheckCXXIntrinsicsHeader.cmake, gcc.h andclang.h to include the correct intrinsics header when compiling on arm64.
@ghost
Copy link

ghost commented Jan 18, 2021

CLA assistant check
All CLA requirements met.

@BastienVialla BastienVialla marked this pull request as ready for review January 18, 2021 13:44
@kimlaine kimlaine merged commit 7d30926 into microsoft:contrib Feb 2, 2021
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