summaryrefslogtreecommitdiff
path: root/mpn/cray
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2001-09-12 21:46:55 +0200
committertege <tege@gmplib.org>2001-09-12 21:46:55 +0200
commit74590d305c88c1726e5b94c04c48b6e19c8cc527 (patch)
treec13ffebc3b8237d7ad4fd7095db321dd784c81d1 /mpn/cray
parentf987e70587b43bdf32163fae707620102738e45b (diff)
downloadgmp-74590d305c88c1726e5b94c04c48b6e19c8cc527.tar.gz
Add a PROLOGUE in a comment to have HAVE_NATIVE_... defined.
Diffstat (limited to 'mpn/cray')
-rw-r--r--mpn/cray/ieee/invert_limb.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mpn/cray/ieee/invert_limb.c b/mpn/cray/ieee/invert_limb.c
index 275ad1def..5086e346a 100644
--- a/mpn/cray/ieee/invert_limb.c
+++ b/mpn/cray/ieee/invert_limb.c
@@ -23,6 +23,11 @@ MA 02111-1307, USA. */
#include "gmp-impl.h"
#include "longlong.h"
+/*
+ This is needed to make configure define HAVE_NATIVE_mpn_invert_limb:
+ PROLOGUE(mpn_invert_limb)
+*/
+
static const unsigned short int approx_tab[0x100] =
{
/* 0x400, */