Skip to content

Commit

Permalink
gh-102027: Fix macro name (#102124)
Browse files Browse the repository at this point in the history
This fixes the ssse3 / sse2 detection when sse4 is available.

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
  • Loading branch information
maxbachmann and arhadthedev committed Mar 22, 2023
1 parent 61405da commit ea93bde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix SSE2 and SSE3 detection in ``_blake2`` internal module. Patch by Max
Bachmann.
2 changes: 1 addition & 1 deletion Modules/_blake2/impl/blake2-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#endif
#endif

#ifdef HAVE_SSE41
#ifdef HAVE_SSE4_1
#ifndef HAVE_SSSE3
#define HAVE_SSSE3
#endif
Expand Down

0 comments on commit ea93bde

Please sign in to comment.