diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2013-10-05 15:49:13 +0200 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2013-10-05 15:49:13 +0200 |
commit | f949757564eebc7174351d97a9aab2358a97b48c (patch) | |
tree | 23cb8365dddf2c4e6bb198ae9e3dd9bb05212a72 /doc | |
parent | 03167fe7993de8a8b2947e6f43004cd2e80d4945 (diff) | |
download | gmp-f949757564eebc7174351d97a9aab2358a97b48c.tar.gz |
(ABI and ISA): Document x32.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gmp.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi index afb497ef1..c17facc0e 100644 --- a/doc/gmp.texi +++ b/doc/gmp.texi @@ -1148,6 +1148,16 @@ gcc -m32 @end example (In GCC 2.95 and earlier there's no @samp{-m32} option, it's the only mode.) + +@item @samp{ABI=x32} +The x32 ABI uses 64-bit limbs but 32-bit pointers. Like the 64-bit ABI, it +makes full use of the chip's arithmetic capabilities. This ABI is not +supported by all operating systems. + +@example +gcc -mx32 +@end example + @end table @sp 1 |