freebsd-dev/contrib/libgmp/mpn
Warner Losh c84fbe6c9b This commit was generated by cvs2svn to compensate for changes in r44365,
which included commits to RCS files with non-trunk default branches.
1999-03-01 06:27:31 +00:00
..
alpha Our default rules tend to shove asm code through cpp, so comments 1998-03-08 21:09:04 +00:00
config Clean import of libgmp 2.0.2, with only the non-x86 bits removed. 1996-10-20 08:49:26 +00:00
generic Clean import of libgmp 2.0.2, with only the non-x86 bits removed. 1996-10-20 08:49:26 +00:00
mips2 Import mips2 and mips3 files from the 2.0.2 gmp distribution. 1999-03-01 06:27:31 +00:00
mips3 Import mips2 and mips3 files from the 2.0.2 gmp distribution. 1999-03-01 06:27:31 +00:00
tests Clean import of libgmp 2.0.2, with only the non-x86 bits removed. 1996-10-20 08:49:26 +00:00
x86 Clean import of libgmp 2.0.2, with only the non-x86 bits removed. 1996-10-20 08:49:26 +00:00
bsd.h Clean import of libgmp 2.0.2, with only the non-x86 bits removed. 1996-10-20 08:49:26 +00:00
configure.in Clean import of libgmp 2.0.2, with only the non-x86 bits removed. 1996-10-20 08:49:26 +00:00
Makefile.in Clean import of libgmp 2.0.2, with only the non-x86 bits removed. 1996-10-20 08:49:26 +00:00
mp_bases.c Clean import of libgmp 2.0.2, with only the non-x86 bits removed. 1996-10-20 08:49:26 +00:00
README Clean import of libgmp 2.0.2, with only the non-x86 bits removed. 1996-10-20 08:49:26 +00:00
sysv.h Import a file that is needed when compiling under ELF. 1997-08-29 13:48:36 +00:00

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 architecture.  Note that e.g., 32-bit
sparc and 64-bit sparc cannot share any code, and are therefore considered
completely different architecture.

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