Updated Console Logs (markdown)

JayDDee
2020-12-13 15:10:45 -05:00
parent e93c8b0714
commit 748f193c9a

@@ -70,13 +70,14 @@ have significant improvements and not all combinations are avalable in binary fo
* AVX: Supersedes all SSE versions. Provides initial support for 256 bit vectors but not integer support. * AVX: Supersedes all SSE versions. Provides initial support for 256 bit vectors but not integer support.
* AVX2: Minimum level for 256 bit integer vector support, first available on Intel Haswell and AMD Ryzen. * AVX2: Minimum level for 256 bit integer vector support, first available on Intel Haswell and AMD Ryzen.
* AVX512: A suite of seperate extensions that provide 512 bit vector support. Cpuminer-opt support requires * AVX512: A suite of seperate extensions that provide 512 bit vector support. Cpuminer-opt support requires
AVX512F, AVX512VL, AVX512DQ, & AVX512BW, first available on Intel Cascade Lake X HEDT CPUs. AVX512F, AVX512VL, AVX512DQ, & AVX512BW, first available on Intel Skylake X HEDT CPUs.
### AES encryption and decryption, aka AES_NI ### AES encryption and decryption, aka AES_NI
* AES: Basic hardware AES support performs AES operations with a single instruction, also requires SSE2, * AES: Basic hardware AES support performs AES operations with a single instruction, also requires SSE2,
first available on Intel Westmere. first available on Intel Westmere.
* VAES: Vectored AES, supports 4 parallel AES operations with a single instruction, first available on Intel * VAES: Vectored AES, supports 4 parallel AES operations with a single instruction, first available on Intel
Icelake. Also requires AVX512F. Icelake. Also requires AVX512F. AMD Zen3 supports 256 bit VAES only (2-way parallel) without AVX512F.
The Intel specification states 256 bit VAES is only avaiable on CPUs with AVX512VL & AVX512F.
### SHA encryption and decryption, aka SHA_NI ### SHA encryption and decryption, aka SHA_NI
* SHA supports basic SHA-256 operations with a single instruction, also requires SSE2. First available * SHA supports basic SHA-256 operations with a single instruction, also requires SSE2. First available