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

Improve handling of #include <*intrin.h> #190

Merged

Conversation

cary-ilm
Copy link
Member

  • Don't use __has_include, it may report files exist when they don't.
  • _WIN32 and x86_64 seem to be the most universal controls

Signed-off-by: Cary Phillips cary@ilm.com

* Don't use __has_include, it may report files exist when they don't.
* _WIN32 and __x86_64__ seem to be the most universal controls

Signed-off-by: Cary Phillips <cary@ilm.com>
@meshula meshula merged commit baa850d into AcademySoftwareFoundation:master Jul 30, 2021
cary-ilm added a commit to cary-ilm/Imath that referenced this pull request Jul 30, 2021
* Don't use __has_include, it may report files exist when they don't.
* _WIN32 and __x86_64__ seem to be the most universal controls

Signed-off-by: Cary Phillips <cary@ilm.com>
cary-ilm added a commit that referenced this pull request Jul 30, 2021
* Don't use __has_include, it may report files exist when they don't.
* _WIN32 and __x86_64__ seem to be the most universal controls

Signed-off-by: Cary Phillips <cary@ilm.com>
@cary-ilm cary-ilm added the v3.1.2 label Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants