-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
blake2-config.h HAVE_SSE4_1
typo fix
#102027
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
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. |
Bug report
Unable to compile cpython on Windows with
AVX
enable<EnableEnhancedInstructionSet>AdvancedVectorExtensions</EnableEnhancedInstructionSet>
for</ClCompile>
in vcxproj files (result/arch:AVX
in 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:C4244
It's just a typo issue in
Modules/_blake2/impl/blake2-config.h
The 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: