Skip to content

Commit 1154eaa

Browse files
committed
Sync K12
1 parent b50b49e commit 1154eaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vendor/KangarooTwelve.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
https://github.com/XKCP/K12.git
2-
dedd0959e5f373b24eb99202487a1c8ba523e038
2+
e7e233347e56a7d3d96c59630c7614c7dc5695e4

vendor/KangarooTwelve/Optimized64/KeccakP-1600-runtimeDispatch.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ static enum cpu_feature
318318
if (*edx & (1UL << 26))
319319
features |= SSE2;
320320
#endif
321-
if (*ecx & (1UL << 0))
321+
if (*ecx & (1UL << 9))
322322
features |= SSSE3;
323323
if (*ecx & (1UL << 19))
324324
features |= SSE41;

0 commit comments

Comments
 (0)