aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/longlong.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mpi: Fix ARM assembler in longlong.h.Marcus Brinkmann2017-07-041-3/+3
| | | | | | | | | | | * mpi/longlong.h [__arm__] (add_ssaaaa, sub_ddmmss): Add __CLOBBER_CC. [__arm__][__ARM_ARCH <= 3] (umul_ppmm): Add __AND_CLOBBER_CC. -- This is a backport of libgcrypt 8aa4f2161 and 3b1cc9e6c. Signed-off-by: Marcus Brinkmann <[email protected]> GnuPG-bug-id: 3182
* mpi: Fix syntax error for mips64 and gcc < 4.4Werner Koch2013-10-111-1/+1
| | | | | | | * mpi/longlong.h [__mips && gcc < 4.4]: Fix cpp syntax error. -- GnuPG-bug-id: 1465
* Allow building for ARM thumb. Fixes bug#1202.Werner Koch2011-07-041-2/+2
|
* Revert last two changes and replace by code from libgcrypt 1.4.6.Werner Koch2010-12-231-12/+14
|
* mips fixesWerner Koch2010-10-221-22/+30
|
* Fix bug 1231.Werner Koch2010-06-011-2/+9
| | | | | Minor doc improvement.
* Switched to GPLv3.Werner Koch2007-10-231-3/+2
| | | | | Updated gettext.
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-2/+2
|
* * longlong.h: Typo.David Shaw2004-05-201-1/+1
| | | | | | * mpi-pow.c (mpi_powm): s/exp/exponent/ to shutup a compiler warning. From Werner on stable branch.
* * config.links: OpenBSD 3.4 is now ELF, so use the proper assembler codeDavid Shaw2004-01-121-4/+61
| | | | | | | | | | | | | | | for that. Use the portable C MPI code for OpenBSD before 3.4, and remove the special i386-openbsd assembly directory. * Makefile.am: Add the portable C links to DISTCLEANFILES. Noted by Nelson H. F. Beebe. * mpi-mpow.c (build_index): s/index/idx/ to avoid gcc warning. From Werner on stable branch. * longlong.h: Added PowerPC 64 bit code from GPM-4.1.2 but didn't enable it yet. From Werner on stable branch.
* * longlong.h (umul_ppmm): Support SH3 and SH4. Thanks toWerner Koch2003-04-151-2/+3
| | | | | [email protected].
* * longlong.h: Some whitespace changes in HPPA to fix assembler problems onDavid Shaw2002-10-021-20/+20
| | | | | HP-UX. From David Ellement.
* * longlong.h: Remove space between \ and newline. gcc is complaining.David Shaw2002-08-241-2/+2
|
* removed pragma for RISC OSStefan Bellon2002-07-241-4/+0
|
* * longlong.h: Replaced all K&R multiline strings by ISO ones forWerner Koch2002-07-241-224/+228
| | | | | the sake of modern compilers. Suggested by Marco Parrone.
* Update head to match stable 1.0David Shaw2002-06-291-0/+1499
|
* Removed files from the HEAD revision, because they are now in anotherWerner Koch2000-12-191-1497/+0
| | | | | repository
* See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner KochWerner Koch2000-07-171-0/+14
|
* Trust stuff works partly.Werner Koch1998-01-241-0/+2
|
* better prime number generator. improved ELG key generationWerner Koch1997-12-191-520/+603
|
* initially checkinWerner Koch1997-11-181-0/+1398