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

EE Cache: Make the SIMD path x86 only to support ARM interpreters #12152

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

F0bes
Copy link
Member

@F0bes F0bes commented Jan 3, 2025

Description of Changes

When introducing x86 intrinsics into the cache lookup, I completely forgot that we technically support ARM interpreters.

Rationale behind Changes

This would have broke any ARM building.

Suggested Testing Steps

I tested locally by checking for a non-existing define (to not compile the SIMD code) and it worked fine. I guess try and build ARM?

Copy link
Contributor

@TheLastRar TheLastRar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ARM64 successfully builds for Windows

@F0bes F0bes merged commit 1842fe6 into master Jan 3, 2025
22 checks passed
@F0bes F0bes deleted the simd-cache-x86-only branch January 3, 2025 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants