martinus / robin-hood-hashing

Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
https://gitter.im/martinus/robin-hood-hashing
MIT License
1.5k stars 142 forks source link

Fix intrinsics & add Windows ARM64 compilation. #76

Closed wyattoday closed 4 years ago

wyattoday commented 4 years ago

This fixes the intrinsics usage on ARM64. Also adds Windows 10 ARM64 compatibility (see: https://docs.microsoft.com/en-us/cpp/intrinsics/arm64-intrinsics?view=vs-2019 )

martinus commented 4 years ago

Thanks!