diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/raidz_test/raidz_test.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/raidz_test/raidz_test.h b/cmd/raidz_test/raidz_test.h index 8eccc43ca..c3579dab0 100644 --- a/cmd/raidz_test/raidz_test.h +++ b/cmd/raidz_test/raidz_test.h @@ -31,7 +31,8 @@ static const char *raidz_impl_names[] = { "original", "scalar", - "sse", + "sse2", + "ssse3", "avx2", NULL }; |