summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-23 02:32:51 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-23 02:32:51 +0200
commit22da34fc96e81d5893ef5c7c816d21c0fb0f87e6 (patch)
tree011e99e086405a33f94e07501696c110d490147e /acconfig.h
parent3473bd68054f1062c04e556a0d52b1cda716778f (diff)
downloadgmp-22da34fc96e81d5893ef5c7c816d21c0fb0f87e6.tar.gz
* acconfig.h (HAVE_PENTIUM_RDTSC): New define.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 74a950557..0e041150d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -36,6 +36,9 @@ MA 02111-1307, USA.
/* Define if a limb is long long. */
#undef _LONG_LONG_LIMB
+/* Define if the 80x86 rdtsc instruction is available (pentium and up). */
+#undef HAVE_PENTIUM_RDTSC
+
/* Define if we have native implementation of function. */
#undef HAVE_NATIVE_
#undef HAVE_NATIVE_mpn_add