microsoft / SEAL

Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
https://www.microsoft.com/en-us/research/group/cryptography-research/
MIT License
3.62k stars 709 forks source link

Update CMake to build with intrinsics on Apple M1 #597

Closed s0l0ist closed 1 year ago

s0l0ist commented 1 year ago

On Apple M1 machines, building failed to determine the system was an arm machine and therefore silently failed to build with the appropriate intrinsic header. Adding a check for arm64 fixes the issue.

kimlaine commented 1 year ago

Excellent. Thank you again. :)