Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: cryptosrc-us
Module Name: cryptosrc-us
Committed By: tls
Date: Mon Jun 28 22:42:49 UTC 1999
Modified Files:
cryptosrc-us/crypto-us/lib/libdes: Makefile des_locl.h
Log Message:
fix for alpha. DES_PTR seems to be completely broken on LP64 machines, so it's
also turned off for sparc64 in Makefile now. A note on alpha performance:
DES_RISC2 is somewhat slower with the default cc spec, but if you turn on BWX
with -mcpu=21164a -Wa,-m21164a it's 50% faster. If you have a 21164a, you
might want to try putting that in your mk.conf.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 cryptosrc-us/crypto-us/lib/libdes/Makefile
cvs rdiff -r1.4 -r1.5 cryptosrc-us/crypto-us/lib/libdes/des_locl.h
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