We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e61cbf4 + c249972 commit 6d030faCopy full SHA for 6d030fa
yescrypt-best.c
@@ -1,5 +1,7 @@
1
-#ifdef __SSE2__
2
-#include "yescrypt-simd.c"
+#ifdef __ARM_NEON__
+#include "yescrypt-neon.c"
3
+#elif defined __SSE__
4
+#include "yescrypt-sse.c"
5
#else
6
#include "yescrypt-opt.c"
7
#endif
0 commit comments