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

HostFeatures: Removes vixl usage #3962

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

Sonicadvance1
Copy link
Member

If we query the CPU flags ourselves then vixl is no longer a
compile-time or runtime dependency unless the vixl disassembler or
simulator is built.

A bit spicy from all the feature bits we need to load up.

@Sonicadvance1 Sonicadvance1 force-pushed the remove_vixl_requirement branch 4 times, most recently from 2fa24da to fceb1ff Compare August 16, 2024 00:36
Copy link
Contributor

@lioncash lioncash left a comment

Choose a reason for hiding this comment

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

One minor nit, but very nice overall

Source/Windows/Common/CPUFeatures.cpp Outdated Show resolved Hide resolved
@Sonicadvance1 Sonicadvance1 force-pushed the remove_vixl_requirement branch from fceb1ff to 2792e40 Compare August 16, 2024 00:50
Copy link
Collaborator

@alyssarosenzweig alyssarosenzweig left a comment

Choose a reason for hiding this comment

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

I feel like it should be possible to reduce some of the boilerplate but I don't care enough to suggest a way how, approving 📦

@Sonicadvance1 Sonicadvance1 force-pushed the remove_vixl_requirement branch from 2792e40 to ccbb75b Compare August 16, 2024 14:33
If we query the CPU flags ourselves then vixl is no longer a
compile-time or runtime dependency unless the vixl disassembler or
simulator is built.

A bit spicy from all the feature bits we need to load up.
@Sonicadvance1 Sonicadvance1 force-pushed the remove_vixl_requirement branch from ccbb75b to 40d12c4 Compare August 16, 2024 15:37
@Sonicadvance1 Sonicadvance1 merged commit 1caa31c into FEX-Emu:main Aug 19, 2024
12 checks passed
@Sonicadvance1 Sonicadvance1 deleted the remove_vixl_requirement branch August 19, 2024 21:31
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.

3 participants