summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-11-28 18:54:52 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-11-28 18:54:52 +0100
commit4fc5b919efe2d88b2ba5f8066ebac6ae6b326019 (patch)
tree4d4f0acb4a3cf23838ddb225366ea93ae9aa6b3c
parenta18078c77e2cc3fc4919acb9bf18a330b3268366 (diff)
downloadgmp-4fc5b919efe2d88b2ba5f8066ebac6ae6b326019.tar.gz
(ABI_SUPPORT): New dummy macro.
-rw-r--r--mpn/asm-defs.m416
1 files changed, 16 insertions, 0 deletions
diff --git a/mpn/asm-defs.m4 b/mpn/asm-defs.m4
index 7a5639fbe..b95cad7c0 100644
--- a/mpn/asm-defs.m4
+++ b/mpn/asm-defs.m4
@@ -1713,6 +1713,22 @@ m4_assert_numargs(1)
)
+dnl Usage: ABI_SUPPORT(abi)
+dnl
+dnl A dummy macro which is grepped for by ./configure to know what ABIs
+dnl are supported in an asm file.
+dnl
+dnl If multiple non-standard ABIs are supported, several ABI_SUPPORT
+dnl declarations should be used:
+dnl
+dnl ABI_SUPPORT(FOOABI)
+dnl ABI_SUPPORT(BARABI)
+
+define(ABI_SUPPORT,
+m4_assert_numargs(1)
+)
+
+
dnl Usage: GMP_NUMB_MASK
dnl
dnl A bit mask for the number part of a limb. Eg. with 6 bit nails in a