summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/kmp_config.h.cmake')
-rw-r--r--openmp/runtime/src/kmp_config.h.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/openmp/runtime/src/kmp_config.h.cmake b/openmp/runtime/src/kmp_config.h.cmake
index 9fe12b32edc..dc37da09a1b 100644
--- a/openmp/runtime/src/kmp_config.h.cmake
+++ b/openmp/runtime/src/kmp_config.h.cmake
@@ -76,6 +76,10 @@
# define CACHE_LINE 64
#endif
+#if ! KMP_32_BIT_ARCH
+# define BUILD_I8 1
+#endif
+
#define KMP_DYNAMIC_LIB 1
#define KMP_NESTED_HOT_TEAMS 1
#define KMP_ADJUST_BLOCKTIME 1
OpenPOWER on IntegriCloud