REDACTED-rig/src/crypto
Foudge 9a28ad590c up to 20% perf increase with Cryptonight with non-AES CPU
This time, the performance increase is got with MSVC and GCC. On non-AES CPU, there were an useless load/store SSE2 register. The last MSVC "hack" is replaced by a portable code and he's more complete (a load is saved).

On my C2Q6600, with 3 thread, I have +16% with MSVC2015 and +20% with GCC 7.3, compared to official 2.4.4 version.
2018-01-28 12:58:19 +01:00
..
c_blake256.c Fix Visual Studio warnings. 2017-08-14 09:30:41 +03:00
c_blake256.h Move crypto/* 2017-06-08 04:20:10 +03:00
c_groestl.c Move crypto/* 2017-06-08 04:20:10 +03:00
c_groestl.h Move crypto/* 2017-06-08 04:20:10 +03:00
c_jh.c Move crypto/* 2017-06-08 04:20:10 +03:00
c_jh.h Move crypto/* 2017-06-08 04:20:10 +03:00
c_keccak.c Backport crypto changes from Dead2 xmr-stak-cpu fork. 2017-07-19 21:02:38 +03:00
c_keccak.h Move crypto/* 2017-06-08 04:20:10 +03:00
c_skein.c Backport crypto changes from Dead2 xmr-stak-cpu fork. 2017-07-19 21:02:38 +03:00
c_skein.h Backport crypto changes from Dead2 xmr-stak-cpu fork. 2017-07-19 21:02:38 +03:00
CryptoNight.cpp #216 Added ARMv7 support. 2017-11-26 22:23:23 +03:00
CryptoNight.h Fix linux build. 2017-06-14 16:11:01 +03:00
CryptoNight_arm.h up to 20% perf increase with Cryptonight with non-AES CPU 2018-01-28 12:58:19 +01:00
CryptoNight_test.h Implemented CryptoNight with C++ templates. 2017-06-08 23:31:42 +03:00
CryptoNight_x86.h up to 20% perf increase with Cryptonight with non-AES CPU 2018-01-28 12:58:19 +01:00
groestl_tables.h Move crypto/* 2017-06-08 04:20:10 +03:00
hash.h Move crypto/* 2017-06-08 04:20:10 +03:00
skein_port.h Move crypto/* 2017-06-08 04:20:10 +03:00
soft_aes.h up to 20% perf increase with Cryptonight with non-AES CPU 2018-01-28 12:58:19 +01:00
SSE2NEON.h Added ARMv8 (aarch64) support. 2017-11-06 03:11:35 +03:00