From 2f2bf745c462ae282e5c6cdccb6c68bff05ee85c Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Fri, 26 Nov 2010 23:16:38 -0500 Subject: [PATCH] Note that 4way is experimental --- cpu-miner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu-miner.c b/cpu-miner.c index cb707c06..673385d2 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 },