mpir/mpn
2014-03-24 23:41:24 +00:00
..
alpha Properly quote define so that m4 does not fail. 2013-08-01 19:07:47 +02:00
arm ARM and AMD Bobcat tuning values courtesty of Julien Puydt and Leif Lionhardy 2012-10-25 22:14:23 +00:00
generic Missing endlines and jacobi prototypes for gmp-impl.h. 2014-03-24 18:54:51 +00:00
ia64 Update final cutoff for ia64. 2014-03-21 18:37:23 +00:00
mips32 Removed old FFT tuning params from gmp-mparam.h files. 2012-09-25 15:43:18 +00:00
mips64 Removed old FFT tuning params from gmp-mparam.h files. 2012-09-25 15:43:18 +00:00
powerpc32 Tuning for powerpc32. Remove adjustments to tuneup.c as they don't help on 2014-03-24 23:41:24 +00:00
powerpc64 Added tuning for powerpc64 and tried to fix at least one problem with tuning on 2014-03-24 23:11:11 +00:00
sparc32 Added tuning for sparc32/v9 and default value for FFT_MULMOD_2EXPP1_CUTOFF. 2014-03-24 22:36:54 +00:00
sparc64 Whether is it nobler to do sparc64 tuning with an old gcc on a new machine or a 2014-03-24 21:07:07 +00:00
x86 Added x86/pentium4/sse2 tuning values. 2014-03-24 22:10:02 +00:00
x86_64 Added core2 tuning values. 2014-03-21 17:13:17 +00:00
x86_64w 1. add revised core 2 assembler to the Windows build 2014-02-24 21:07:18 +00:00
x86w adjust Intel macros in dedicated windows assembler 2013-08-06 13:25:11 +01:00
asm-defs.m4 correct pop order for karasub , add redc_2 , add generic addadd addsub subadd sumdiff 2012-03-10 08:27:37 +00:00
cpp-ccas
m4-ccas
Makeasm.am Fix for MPIR_AS. 2013-08-02 21:01:04 +02:00
Makefile.am removed some alpha specific stuff 2011-08-10 15:54:48 +00:00
Makefile.in Ran autoreconf -i to change autotools versions to those of development machine. 2014-02-04 13:40:51 +00:00
README

Copyright 1996, 1999 Free Software Foundation, Inc.

This file is part of the GNU MP Library.

The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or (at your
option) any later version.

The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
License for more details.

You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB.  If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.





This directory contains all code for the mpn layer of GMP.

Most subdirectories contain machine-dependent code, written in assembly or C.
The `generic' subdirectory contains default code, used when there is no
machine-dependent replacement for a particular machine.

There is one subdirectory for each ISA family.  Note that e.g., 32-bit SPARC
and 64-bit SPARC are very different ISA's, and thus cannot share any code.

A particular compile will only use code from one subdirectory, and the
`generic' subdirectory.  The ISA-specific subdirectories contain hierachies of
directories for various architecture variants and implementations; the
top-most level contains code that runs correctly on all variants.