aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alg_amd64
Commit message (Expand)AuthorAgeFilesLines
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-104-4/+4
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-144-4/+4
* Change the syntax from load_on: to load_on (since that way configure.pl canlloyd2007-10-221-1/+1
* bit_ops.h no longer includes loadstor.hlloyd2007-10-191-1/+1
* Update the copyright notice to include 2007lloyd2007-09-132-2/+2
* Check in an initial assembler implementation of SHA-1 for x86-64 systems.lloyd2007-03-124-9/+321
* Provide a more flexible mechanism for specifying which modules are loaded.lloyd2007-03-121-0/+4
* Small cleanups.lloyd2007-03-101-1/+1
* Clean up the x86-64 bigint_mul_add_words implementation a bit using thelloyd2007-03-081-9/+11
* Add macros to represent register nameslloyd2007-03-081-1/+39
* Add Solaris to the allowed platforms for alg_amd64 and alg_ia32. Untested,lloyd2007-03-041-0/+1
* Bump copyright year to 2007lloyd2007-01-202-2/+2
* Rename the mp_muladd source files to mp_muloplloyd2006-12-152-7/+2
* Enable the alg_amd64 module under Intel C++ as well (looks like ICC knowslloyd2006-11-241-0/+1
* Remove solaris from the list of OK platforms for assembly; Solaris aslloyd2006-11-061-1/+0
* Better instruction scheduling, some higher level macros for readabilitylloyd2006-09-242-9/+18
* Initial x86-64 assembly code for the inner multiply-add loop.lloyd2006-09-243-0/+175