Skip to content

Commit

Permalink
Sync K12
Browse files Browse the repository at this point in the history
  • Loading branch information
fcharlie committed Jul 30, 2023
1 parent b50b49e commit 1154eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vendor/KangarooTwelve.lock
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
https://github.com/XKCP/K12.git
dedd0959e5f373b24eb99202487a1c8ba523e038
e7e233347e56a7d3d96c59630c7614c7dc5695e4
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ static enum cpu_feature
if (*edx & (1UL << 26))
features |= SSE2;
#endif
if (*ecx & (1UL << 0))
if (*ecx & (1UL << 9))
features |= SSSE3;
if (*ecx & (1UL << 19))
features |= SSE41;
Expand Down

0 comments on commit 1154eaa

Please sign in to comment.