-
Notifications
You must be signed in to change notification settings - Fork 67
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
intel compiler not detected #51
Comments
At least on the regression tests it's detected as EDG and Intel emulated:
Which is the best we can do until I resolve #28, but don't have the time to do that for the next release. I'll schedule that for the Fall release. |
BOOST_COMP_INTEL || BOOST_COMP_INTEL_EMULATED helps, ty |
This is marked as 1.66.0, but it's being closed; does it need to move to 1.67.0? |
@grafikrobot This is marked as 1.66.0, but it's being closed; does it need to move to 1.67.0? |
Still happening in 19 Update 1. |
Intel compiler 17 is not detected
$ icc -v
icc version 17.0.4 (gcc version 7.1.1 compatibility)
unit-test/info_as_cpp (b2 toolset=intel):
** Detected **
BOOST_COMP_EDG = 41100000 (4,11,0) | EDG C++ Frontend
** Not Detected **
BOOST_COMP_INTEL = 0 | Intel C/C++
The text was updated successfully, but these errors were encountered: