• Michał Górny's avatar
    fixes bpo-31834: Use optimized code for BLAKE2 only with SSSE3+ (#4066) · 1aa00ff3
    Michał Górny yazdı
    Rework the code choosing BLAKE2 code paths from using the optimized
    variant on all x86_64 machines to using it when SSSE3 or better
    supported instructions sets are available.
    
    Firstly, this solves the problem of using pure SSE2 code path on x86_64
    machines. As reported in the bug, this code is slower than the reference
    code on all tested x86_64 machines. Furthermore, on Athlon64 that lacks
    SSSE3, it is even 2.5 times slower than the reference code! Checking
    for SSSE3 therefore ensures that the optimized implementation will only
    be used when it has a chance of performing better.
    
    Secondly, this makes it possible to use SSSE3+ optimizations on 32-bit
    x86 systems. This allows for even 2 times speed gain on modern 32-bit
    x86 systems (tested in a 32-bit chroot).
    1aa00ff3
Adı
Son kayıt (commit)
Son güncelleme
.github Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Programs Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README.rst Loading commit data...
aclocal.m4 Loading commit data...
config.guess Loading commit data...
config.sub Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...