Use compiler definition for Intel oneAPI
`__INTEL_COMPILER` does no longer exist on LLVM-based Intel compilers. The new macro is `__INTEL_LLVM_COMPILER`
https://www.intel.com/content/www/us/en/docs
Use compiler definition for Intel oneAPI
`__INTEL_COMPILER` does no longer exist on LLVM-based Intel compilers. The new macro is `__INTEL_LLVM_COMPILER`
https://www.intel.com/content/www/us/en/docs/dpcpp-cpp-compiler/developer-guide-reference/2023-2/use-predefined-macros-to-specify-intel-compilers.html
show more ...
|