summaryrefslogtreecommitdiff
path: root/ACE/ace/config-icc-common.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-09-12 18:07:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-09-12 18:07:14 +0000
commita419ca8b116a23e1a0af6ad6c0bb00a2720b2d85 (patch)
tree3cfde02e33ec632c413a71adf283d6f5f14398dc /ACE/ace/config-icc-common.h
parent9a3b6f08094f20e603f43bb6f9b0e7b338223bc9 (diff)
downloadATCD-a419ca8b116a23e1a0af6ad6c0bb00a2720b2d85.tar.gz
Wed Sep 12 18:02:38 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/config-icc-common.h')
-rw-r--r--ACE/ace/config-icc-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/ace/config-icc-common.h b/ACE/ace/config-icc-common.h
index cbadf275362..d8e4a856c8c 100644
--- a/ACE/ace/config-icc-common.h
+++ b/ACE/ace/config-icc-common.h
@@ -88,6 +88,10 @@
# define ACE_HAS_PENTIUM
#endif /* i386 */
+#if (defined (ACE_HAS_PENTIUM) || defined (__amd64__) || defined (__x86_64__))
+# define ACE_HAS_INTEL_ASSEMBLY
+#endif
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
// We define it with a -D with make depend.
# define ACE_LACKS_PRAGMA_ONCE