Skip to content

Fix building CPython in windows-i686 with clang-cl #116116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
georgthegreat opened this issue Feb 29, 2024 · 0 comments
Closed

Fix building CPython in windows-i686 with clang-cl #116116

georgthegreat opened this issue Feb 29, 2024 · 0 comments
Labels
3.12 only security fixes 3.13 bugs and security fixes OS-windows type-bug An unexpected behavior, bug, or error

Comments

@georgthegreat
Copy link
Contributor

georgthegreat commented Feb 29, 2024

Bug report

Bug description:

In file included from $(SOURCE_ROOT)/python3/src/Modules/_blake2/blake2b_impl.c:30:
$(SOURCE_ROOT)/python3/src/Modules/_blake2/impl/blake2b.c(31,23): error: conflicting types for '_mm_set_epi64x'
static inline __m128i _mm_set_epi64x( const uint64_t u1, const uint64_t u0 )
                      ^
$(TOOL_ROOT)/clang/14.0.6/include/emmintrin.h(3613,1): note: previous definition is here
_mm_set_epi64x(long long __q1, long long __q0)
^
1 error generated.

CPython versions tested on:

3.12, CPython main branch

Operating systems tested on:

Windows

Linked PRs

@georgthegreat georgthegreat added the type-bug An unexpected behavior, bug, or error label Feb 29, 2024
@hugovk hugovk added OS-windows 3.12 only security fixes 3.13 bugs and security fixes labels Feb 29, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Mar 4, 2024
… on windows-i686 (pythonGH-116117)

(cherry picked from commit 9b9e819)

Co-authored-by: Yuriy Chernyshov <[email protected]>
zooba pushed a commit that referenced this issue Mar 4, 2024
…ndows-i686 (GH-116117)

(cherry picked from commit 9b9e819)

Co-authored-by: Yuriy Chernyshov <[email protected]>
woodruffw pushed a commit to woodruffw-forks/cpython that referenced this issue Mar 4, 2024
@zooba zooba closed this as completed Mar 5, 2024
adorilson pushed a commit to adorilson/cpython that referenced this issue Mar 25, 2024
diegorusso pushed a commit to diegorusso/cpython that referenced this issue Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 only security fixes 3.13 bugs and security fixes OS-windows type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants