Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for llvm based intel compilers #124

Open
cpp977 opened this issue Apr 29, 2022 · 0 comments
Open

Add support for llvm based intel compilers #124

cpp977 opened this issue Apr 29, 2022 · 0 comments

Comments

@cpp977
Copy link

cpp977 commented Apr 29, 2022

The new llvm based intel compilers use a different preprocessor macro __INTEL_LLVM_COMPILER instead of __INTEL_COMPILER.
This could be resolved by either adding a new compiler BOOST_COMP_INTEL_LLVM or by extending the current BOOST_COMP_INTEL part.
See https://www.intel.com/content/www/us/en/develop/documentation/oneapi-dpcpp-cpp-compiler-dev-guide-and-reference/top/compiler-reference/macros/use-predefined-macros-for-intel-compilers.html for docs about the preprocessor macros by intel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants