Skip to content

Commit f0a4c7f

Browse files
authoredMay 25, 2024··
Update Tools.cpp no SSE p2
1 parent 211fe2d commit f0a4c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libOTe/Tools/Tools.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ namespace osuCrypto {
353353
{
354354
#if defined(ENABLE_AVX)
355355
avx_transpose(in, out);
356-
#else if defined(ENABLE_SSE)
356+
#elif defined(ENABLE_SSE)
357357
sse_transpose(in, out);
358358
#else
359359
throw std::runtime_error("not impl. " LOCATION);

0 commit comments

Comments
 (0)
Please sign in to comment.