We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
__INTEL_LLVM_COMPILER
__INTEL_COMPILER
BOOST_COMP_INTEL_LLVM
BOOST_COMP_INTEL
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 currentBOOST_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.
The text was updated successfully, but these errors were encountered: