mpir/mpn
2011-07-07 13:48:55 +00:00
..
alpha remove old code 2011-05-01 12:30:23 +00:00
arm make changes for building longlong.h 2011-04-28 09:34:30 +00:00
generic remove old toom22 code 2011-07-06 19:42:16 +00:00
ia64 move asm code in gmp-impl into the arch specific dirs 2011-04-30 07:05:19 +00:00
mips32 make changes for building longlong.h 2011-04-28 09:34:30 +00:00
mips64 include some extra ifdef around inline asm 2011-04-29 10:26:41 +00:00
powerpc32 move asm code in gmp-impl into the arch specific dirs 2011-04-30 07:05:19 +00:00
powerpc64 make changes for building longlong.h 2011-04-28 09:34:30 +00:00
sparc32 make changes for building longlong.h 2011-04-28 09:34:30 +00:00
sparc64 move asm code in gmp-impl into the arch specific dirs 2011-04-30 07:05:19 +00:00
x86 move asm code in gmp-impl into the arch specific dirs 2011-04-30 07:05:19 +00:00
x86_64 copy k8 and karaadd/sub to the other cpu arches linux and windows 2011-07-05 20:16:41 +00:00
x86_64w change labels from global to local in latest Windows assembler code 2011-07-07 13:48:55 +00:00
x86w CRLF for all *.h and *.c files not in build.vc10 or yasm 2011-06-08 10:46:43 +00:00
asm-defs.m4 karaadd karasub and toom22 2011-07-04 04:34:15 +00:00
cpp-ccas
m4-ccas
Makeasm.am switch all x86_64 asm code from gas/yasm to just yasm 2011-06-30 13:48:51 +00:00
Makefile.am remove s390 pa32 pa64 explicit code 2011-04-30 07:16:39 +00:00
Makefile.in switch all x86_64 asm code from gas/yasm to just yasm 2011-06-30 13:48: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.