Skip to content

Intrinsics for ARM64#269

Merged
kimlaine merged 2 commits intomicrosoft:contribfrom
BastienVialla:contrib
Feb 2, 2021
Merged

Intrinsics for ARM64#269
kimlaine merged 2 commits intomicrosoft:contribfrom
BastienVialla:contrib

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
Rcontre360 pushed a commit to Rcontre360/SEAL that referenced this pull request Apr 17, 2025
* SEAL 3.6.3

* activate SEAL_USE_INTEL_HEXL
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