diff options
Diffstat (limited to 'openmp/runtime/src')
| -rw-r--r-- | openmp/runtime/src/kmp_version.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openmp/runtime/src/kmp_version.cpp b/openmp/runtime/src/kmp_version.cpp index 362777d6051..faabc90fb77 100644 --- a/openmp/runtime/src/kmp_version.cpp +++ b/openmp/runtime/src/kmp_version.cpp @@ -48,6 +48,8 @@ #define KMP_COMPILER "Intel C++ Compiler 16.0" #elif __INTEL_COMPILER == 1700 #define KMP_COMPILER "Intel C++ Compiler 17.0" +#elif __INTEL_COMPILER == 1800 +#define KMP_COMPILER "Intel C++ Compiler 18.0" #elif __INTEL_COMPILER == 9998 #define KMP_COMPILER "Intel C++ Compiler mainline" #elif __INTEL_COMPILER == 9999 |

