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
blake2-config.h HAVE_SSE4_1 typo fix
#102027
Comments
|
@tiran Can you verify that the proposed blake2 typo fix is correct? EDIT: Looking at the file, I see that lines 49-51 being, in main, makes it likely that line 56 should be @ambv Do build issues like this get backported to 'security' versions? |
|
@nono303 We close bugfix issues after the corresponding PR is backported to previous versions, just to not lose track. |
This fixes the ssse3 / sse2 detection when sse4 is available. (cherry picked from commit ea93bde) Co-authored-by: Max Bachmann <kontakt@maxbachmann.de> Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
This fixes the ssse3 / sse2 detection when sse4 is available. Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
This fixes the ssse3 / sse2 detection when sse4 is available. (cherry picked from commit ea93bde) Co-authored-by: Max Bachmann <kontakt@maxbachmann.de> Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
This fixes the ssse3 / sse2 detection when sse4 is available. Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
This fixes the ssse3 / sse2 detection when sse4 is available. Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
|
But this fix hasn't merged into branch 3.9 and lower, people who want to build version before 3.10 still got this bug. |
|
This is standard. Non-security bugfixs are essentially never backported by us to versions that only get security-fixes. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Bug report
Unable to compile cpython on Windows with
AVXenable<EnableEnhancedInstructionSet>AdvancedVectorExtensions</EnableEnhancedInstructionSet>for</ClCompile>in vcxproj files (result/arch:AVXin cl.exe cmd line)MSBuild.exe C:\sdk\src\python\PCbuild\pcbuild.proj /nologo /nr:false /m:16 /p:Turbo=true /p:CL_MPCount=16 /p:RunCodeAnalysis=false /p:DebugType=None /p:DebugSymbols=true /p:WindowsTargetPlatformVersion=10.0.22621.0 /p:PlatformToolset=v143 /clp:EnableMPLogging;Summary;ShowCommandLine /v:d /p:Configuration=Release /p:Platform="x64" /p:IncludeExtensions=true /p:IncludeExternals=true /p:IncludeTests=false /p:IncludeCTypes=true /p:IncludeSSL=true /p:IncludeTkinter=false /p:IncludeUwp=true /t:RebuildAll /p:EXTERNALS_DIR="C:\sdk\release\vs17_x64-avx" /p:ExternalsSrcDir="C:\sdk\src" /p:_DLLSuffix=-81_3-x64 /p:SqliteVersionStrToParse=3.40.1.0 /nowarn:C4244It's just a typo issue in
Modules/_blake2/impl/blake2-config.hThe patch fix the issue
Seems to be present on every branch
Your environment
Linked PRs
The text was updated successfully, but these errors were encountered: