[vcpkg baseline][embree3] Add supports field !arm
#27007
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe the pull request
What does your PR fix?
Fix
embree3:arm64-windows
install failed with error:MSVC\14.33.31629\include\immintrin.h(15): fatal error C1189: #error: This header is specific to X86 and X64 targets
One of port
embree3
dependency porttbb
was added support arm in PR #26284 but triggeredembree3:arm64-windows
to be tested, that caused this regression.After checking on the upstream, the latest resources of this port on the upstream only support
Neon ARM
and this issue is not completely fixed, so I added the"supports": "!arm"
field to this port.The following is the relevant information on upstream:
Add support for non-Neon ARM RenderKit/embree#351
https://github.com/embree/embree/blob/master/common/sys/intrinsics.h
Related: https://dev.azure.com/vcpkg/public/_build/results?buildId=78539&view=results