Browse Source

Note that 4way is experimental

nfactor-troky
Jeff Garzik 14 years ago committed by Jeff Garzik
parent
commit
2f2bf745c4
  1. 2
      cpu-miner.c

2
cpu-miner.c

@ -64,7 +64,7 @@ static struct option_help options_help[] = { @@ -64,7 +64,7 @@ static struct option_help options_help[] = {
"(-a XXX) Specify sha256 implementation:\n"
"\tc\t\tLinux kernel sha256, implemented in C (default)"
#ifdef __SSE__
"\n\t4way\t\ttcatm's 4-way SSE2 implementation"
"\n\t4way\t\ttcatm's 4-way SSE2 implementation (EXPERIMENTAL)"
#endif
},

Loading…
Cancel
Save