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

IR: Change convention from number of elements to elementsize #4251

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

Sonicadvance1
Copy link
Member

The IR stores elementsize, where the json was wanting number of elements. While the IR Emitter function declaration always wanted element size. This was causing us to do a little dance from ElementSize -> Number of elements -> ElementSize. Just pass the ElementSize directly instead of this bogus little dance.

The IR stores elementsize, where the json was wanting number of
elements. While the IR Emitter function declaration always wanted
element size. This was causing us to do a little dance from ElementSize
-> Number of elements -> ElementSize. Just pass the ElementSize directly
instead of this bogus little dance.
@lioncash lioncash merged commit a6c67ca into FEX-Emu:main Jan 4, 2025
12 checks passed
@Sonicadvance1 Sonicadvance1 deleted the ir_numelements_to_elementsize branch January 4, 2025 23:40
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