diff options
author | Jeff Garzik <jeff@garzik.org> | 2010-11-26 23:16:38 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-11-26 23:16:38 -0500 |
commit | 2f2bf745c462ae282e5c6cdccb6c68bff05ee85c (patch) | |
tree | 6638682a4f9cbe256d43a94027c33aecb3e24da6 /cpu-miner.c | |
parent | eed9b3c7df021d3229a4f212548075084913cc1b (diff) |
Note that 4way is experimental
Diffstat (limited to 'cpu-miner.c')
-rw-r--r-- | cpu-miner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-miner.c b/cpu-miner.c index cb707c0..673385d 100644 --- a/cpu-miner.c +++ b/cpu-miner.c @@ -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 }, |