Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/lib/libcrypto/arch/i386



Module Name:    basesrc
Committed By:   tls
Date:           Sun Sep  9 10:44:24 UTC 2001

Added Files:
        basesrc/lib/libcrypto/arch/i386: des.inc des_enc.S des_enc3.c

Log Message:
Add assembly versions of DES transforms for x86; a performance improvement
of about 3.5X on my 1333MHz Athlon (about 37MB/sec!) compared to the old
C versions.

We could boost the speed of the C versions on most other architectures with
des.inc files that set the compile-time flags (DES_PTR, DES_RISC1, DES_RISC2)
correctly; at the moment they aren't set at all.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 basesrc/lib/libcrypto/arch/i386/des.inc \
    basesrc/lib/libcrypto/arch/i386/des_enc.S \
    basesrc/lib/libcrypto/arch/i386/des_enc3.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index