Open vertiond opened 2 years ago
https://github.com/vertcoin-project/vertcoin-core/pull/175/commits/49f959494ed06d0142447bbdfbba27b104bb786c fixes the --enable-sse2 flag but without a test case we can't be sure that sse2 is indeed working.
--enable-sse2
We should look into porting a test case such as https://github.com/litecoin-project/litecoin/blob/master/src/test/scrypt_tests.cpp
scrypt-sse2 removed from future releases until a test case is made
https://github.com/vertcoin-project/vertcoin-core/pull/175/commits/49f959494ed06d0142447bbdfbba27b104bb786c fixes the
--enable-sse2
flag but without a test case we can't be sure that sse2 is indeed working.We should look into porting a test case such as https://github.com/litecoin-project/litecoin/blob/master/src/test/scrypt_tests.cpp