summaryrefslogtreecommitdiff
path: root/mpn/README
diff options
context:
space:
mode:
authortege <tege@gmplib.org>1999-10-31 18:19:02 +0100
committertege <tege@gmplib.org>1999-10-31 18:19:02 +0100
commit1a0c33a6687c45234f1656d2bf46e131d64d22de (patch)
tree6e30c4354b9225b16c9cf3660a426f2cbb5d4ae5 /mpn/README
parent696838c91a289a07866aaf1bf6ecc4340594da18 (diff)
downloadgmp-1a0c33a6687c45234f1656d2bf46e131d64d22de.tar.gz
*** empty log message ***
Diffstat (limited to 'mpn/README')
-rw-r--r--mpn/README17
1 files changed, 8 insertions, 9 deletions
diff --git a/mpn/README b/mpn/README
index 59517a62d..7453c9d03 100644
--- a/mpn/README
+++ b/mpn/README
@@ -1,14 +1,13 @@
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
+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 architectures.
+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 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.
+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.