pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/adorilson/cpython/commit/cd1ee663a2f2a5bf967f4fea317bf84f90b5a055

000615.css" /> gh-116116: Backport blake2 change to fix building with clang-cl on wi… · adorilson/cpython@cd1ee66 · GitHub
Skip to content

Commit cd1ee66

Browse files
georgthegreatadorilson
authored andcommitted
pythongh-116116: Backport blake2 change to fix building with clang-cl on windows-i686 (pythonGH-116117)
1 parent beb1957 commit cd1ee66

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Backport ``libb2``'s PR #42 to fix compiling CPython on 32-bit Windows
2+
with ``clang-cl``.

Misc/sbom.spdx.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/_blake2/impl/blake2b.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#if defined(HAVE_SSE2)
2828
#include <emmintrin.h>
2929
// MSVC only defines _mm_set_epi64x for x86_64...
30-
#if defined(_MSC_VER) && !defined(_M_X64)
30+
#if defined(_MSC_VER) && !defined(_M_X64) && !defined(__clang__)
3131
static inline __m128i _mm_set_epi64x( const uint64_t u1, const uint64_t u0 )
3232
{
3333
return _mm_set_epi32( u1 >> 32, u1, u0 >> 32, u0 );

Modules/_blake2/impl/blake2s.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#if defined(HAVE_SSE2)
2828
#include <emmintrin.h>
2929
// MSVC only defines _mm_set_epi64x for x86_64...
30-
#if defined(_MSC_VER) && !defined(_M_X64)
30+
#if defined(_MSC_VER) && !defined(_M_X64) && !defined(__clang__)
3131
static inline __m128i _mm_set_epi64x( const uint64_t u1, const uint64_t u0 )
3232
{
3333
return _mm_set_epi32( u1 >> 32, u1, u0 >> 32, u0 );

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy