Only allow 64 bit builds by default;
authoruser <balthazar@yandex.ru>
Tue, 21 Dec 2021 04:00:24 +0000 (07:00 +0300)
committeruser <balthazar@yandex.ru>
Tue, 21 Dec 2021 04:00:24 +0000 (07:00 +0300)
commit9984fe54b7ee8185928b687edfb2e15cd465f509
treef2709132a741580f1d80fb446b0db685ddb07f60
parent55f395243ab0490c94167735aa8c5f02626411b2
Only allow 64 bit builds by default;
Remove assembler scrypt implementations;
Import sse2neon translation layer to support neon intrinsics;
Enable intrinsics for 64 bit CPUs by default.
.gitmodules
CMakeLists.txt
src/CMakeLists.txt
src/additional/sse2neon [new submodule]
src/crypto/scrypt/asm/asm-wrapper.cpp [deleted file]
src/crypto/scrypt/asm/obj/.gitignore [deleted file]
src/crypto/scrypt/asm/scrypt-arm.S [deleted file]
src/crypto/scrypt/asm/scrypt-x86.S [deleted file]
src/crypto/scrypt/asm/scrypt-x86_64.S [deleted file]
src/crypto/scrypt/intrin/scrypt-intrin.cpp [moved from src/crypto/scrypt/intrin/scrypt-sse2.cpp with 99% similarity]