Browse Source

README: Add missing documentation for CPU algorithms cryptopp_asm32, sse2_32, and altivec_4way

Luke Dashjr 12 years ago
parent
commit
681f756ab6
1 changed files with 4 additions and 1 deletions
  1. 4 1
      README

+ 4 - 1
README

@@ -281,8 +281,11 @@ CPU only options (not included in binaries):
         4way            tcatm's 4-way SSE2 implementation
         via             VIA padlock implementation
         cryptopp        Crypto++ C/C++ implementation
+        cryptopp_asm32  Crypto++ 32-bit assembler implementation
+        sse2_32         SSE2 32 bit implementation for i386 machines
         sse2_64         SSE2 64 bit implementation for x86_64 machines
-        sse4_64         SSE4.1 64 bit implementation for x86_64 machines (default: sse2_64)
+        sse4_64         SSE4.1 64 bit implementation for x86_64 machines
+        altivec_4way    Altivec implementation for PowerPC G4 and G5 machines
 --cpu-threads|-t <arg> Number of miner CPU threads (default: 4)
 --enable-cpu|-C     Enable CPU mining with other mining (default: no CPU mining if other devices exist)