cpython/Modules/_blake2/impl
Miss Islington (bot) 67161396de
[3.11] gh-102027: Fix macro name (GH-102124) (#102916)
gh-102027: Fix macro name (GH-102124)

This fixes the ssse3 / sse2 detection when sse4 is available.

(cherry picked from commit ea93bde4ec)

Co-authored-by: Max Bachmann <kontakt@maxbachmann.de>
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
2023-03-24 13:40:22 +01:00
..
blake2-config.h [3.11] gh-102027: Fix macro name (GH-102124) (#102916) 2023-03-24 13:40:22 +01:00
blake2-impl.h bpo-33164: blake2 fix for HP-UX (GH-13633) 2019-05-29 19:58:11 +09:00
blake2.h bpo-37055: fix warnings in _blake2 module (GH-14646) 2019-08-26 10:52:36 -07:00
blake2b-load-sse2.h bpo-33164: update blake2 implementation (GH-6286) 2019-05-23 13:32:44 +09:00
blake2b-load-sse41.h bpo-33164: update blake2 implementation (GH-6286) 2019-05-23 13:32:44 +09:00
blake2b-ref.c bpo-33164: blake2: Fix Coverity scan (GH-25060) 2021-03-30 12:25:28 +09:00
blake2b-round.h bpo-33164: update blake2 implementation (GH-6286) 2019-05-23 13:32:44 +09:00
blake2b.c bpo-33164: blake2: Fix Coverity scan (GH-25060) 2021-03-30 12:25:28 +09:00
blake2s-load-sse2.h bpo-33164: update blake2 implementation (GH-6286) 2019-05-23 13:32:44 +09:00
blake2s-load-sse41.h bpo-33164: update blake2 implementation (GH-6286) 2019-05-23 13:32:44 +09:00
blake2s-load-xop.h bpo-33164: update blake2 implementation (GH-6286) 2019-05-23 13:32:44 +09:00
blake2s-ref.c bpo-33164: blake2: Fix Coverity scan (GH-25060) 2021-03-30 12:25:28 +09:00
blake2s-round.h bpo-33164: update blake2 implementation (GH-6286) 2019-05-23 13:32:44 +09:00
blake2s.c bpo-33164: blake2: Fix Coverity scan (GH-25060) 2021-03-30 12:25:28 +09:00