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

[ARM64EC] Fix compilation of intrin.h in ARM64EC mode. #87717

Merged
merged 2 commits into from
Apr 8, 2024

Commits on Apr 4, 2024

  1. [ARM64EC] Fix compilation of intrin.h in ARM64EC mode.

    intrin.h checks for x86_64. But the "x86_64" define is also defined for
    ARM64EC, and we don't support all the intrinsics in ARM64EC mode. Fix
    the preprocessor checks to handle this correctly. (If we actually need
    some of these intrinsics in ARM64EC mode, we can revisit later.)
    
    Not exactly sure how I didn't run into this issue before now... I think
    I've built code that requires these headers, but maybe not since the
    define fix landed.
    efriedma-quic committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f18163b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    0436dc0 View commit details
    Browse the repository at this point in the history