X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fgmp%2Fmpn%2FREADME;fp=rts%2Fgmp%2Fmpn%2FREADME;h=0000000000000000000000000000000000000000;hb=fdf1cd0399158308769fcb2ab7e46e215a68d865;hp=7453c9d03e379185ab9fad7d7939ae56c610a2c0;hpb=e552cfc427d2734b9a9629f2ab1d22f493e775f6;p=ghc-hetmet.git diff --git a/rts/gmp/mpn/README b/rts/gmp/mpn/README deleted file mode 100644 index 7453c9d..0000000 --- a/rts/gmp/mpn/README +++ /dev/null @@ -1,13 +0,0 @@ -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.