summaryrefslogtreecommitdiffstats
path: root/crypto/sparccpuid.S
AgeCommit message (Collapse)Author
2007-05-19sparccpuid.s update.Andy Polyakov
2007-05-14Profiling revealed that OPENSSL_cleanse consumes *more* CPU time thanAndy Polyakov
sha1_block_data_order when hashing short messages. Move OPENSSL_cleanse to "cpuid" assembler module and gain 2x.
2005-12-16Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds.Andy Polyakov
Engage run-time switch between bn_mul_mont_fpu and bn_mul_mont_int.
2005-12-15sparccpuid module update.Andy Polyakov
2005-05-03Cpuid modules updates.Andy Polyakov