summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-10-05 15:49:13 +0200
committerTorbjorn Granlund <tege@gmplib.org>2013-10-05 15:49:13 +0200
commitf949757564eebc7174351d97a9aab2358a97b48c (patch)
tree23cb8365dddf2c4e6bb198ae9e3dd9bb05212a72 /doc
parent03167fe7993de8a8b2947e6f43004cd2e80d4945 (diff)
downloadgmp-f949757564eebc7174351d97a9aab2358a97b48c.tar.gz
(ABI and ISA): Document x32.
Diffstat (limited to 'doc')
-rw-r--r--doc/gmp.texi10
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