RPC scaninput: Add 8way implementation, but disable it for now.
[novacoin.git] / src / crypto / sha2 / asm / sha2-x86.S
index ac64569..f0cd5f4 100644 (file)
@@ -602,7 +602,6 @@ sha256_use_4way_sse2:
     popl    %ebx
     ret
 
-#if defined(USE_SSSE3)
     .text
     .p2align 5
     .globl sha256_use_ssse3
@@ -623,7 +622,5 @@ sha256_use_ssse3_done:
     movl    $1, %eax
     popl    %ebx
     ret
-#endif
-
 
 #endif