X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fgmp%2Fmpz%2FREADME;fp=rts%2Fgmp%2Fmpz%2FREADME;h=0000000000000000000000000000000000000000;hb=fdf1cd0399158308769fcb2ab7e46e215a68d865;hp=06b481d770e76fb8cf780b879fc046fac85ccfde;hpb=e552cfc427d2734b9a9629f2ab1d22f493e775f6;p=ghc-hetmet.git diff --git a/rts/gmp/mpz/README b/rts/gmp/mpz/README deleted file mode 100644 index 06b481d..0000000 --- a/rts/gmp/mpz/README +++ /dev/null @@ -1,23 +0,0 @@ -This directory contains functions for GMP's integer function layer. - -In this version of GMP, integers are represented like in the figure below. -(Please note that the format might change between every version, and that -depending on the internal format in any way is a bad idea.) - - most least -significant significant - limb limb - - _mp_d - / - / - \/ - ____ ____ ____ ____ ____ - |____|____|____|____|____| - - <------- _mp_size -------> - - -The most significant limb will be non-zero. The _mp_size field's sign -reflects the sign of the number. Its absolute value is the count of limbs -in the number.