The Intel compiler is strange. On Linux and macOS it's called ICC, and it tries to mostly behave like gcc/clang. On Windows it's called ICL, and tries to behave like MSVC. This makes the code that's used to implement ICC support useless for supporting ICL, because their command line interfaces are completely different.pull/5331/head
parent
5fb64b0cfa
commit
080f59cf43
6 changed files with 14 additions and 14 deletions
Loading…
Reference in new issue