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

Fix ARM build #12606

Merged
merged 2 commits into from Sep 4, 2022
Merged

Fix ARM build #12606

merged 2 commits into from Sep 4, 2022

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Sep 4, 2022

Attempt to address #12577

@elad335 elad335 changed the title Fix ARM build [needs Test] Fix ARM build Sep 4, 2022
@elad335 elad335 changed the title [needs Test] Fix ARM build [needs test] Fix ARM build Sep 4, 2022
@clienthax
Copy link
Contributor

Looks like theres a couple more errors when running the arm64 ci for macos in my pr

/private/var/folders/0d/08wbx2j52nx5hjg16cshb8g80000gn/T/cirrus-ci-build/rpcs3/Emu/RSX/Common/BufferUtils.cpp:364:9: error: use of undeclared identifier 'upload_xi16'
                                r = upload_xi16(src.data(), dst.data(), count);

/private/var/folders/0d/08wbx2j52nx5hjg16cshb8g80000gn/T/cirrus-ci-build/rpcs3/Emu/RSX/Common/BufferUtils.cpp:366:9: error: use of undeclared identifier 'upload_xi32'
                                r = upload_xi32(src.data(), dst.data(), count);

@elad335 elad335 changed the title [needs test] Fix ARM build Fix ARM build Sep 4, 2022
@elad335
Copy link
Contributor Author

elad335 commented Sep 4, 2022

Works now.

@Nekotekina Nekotekina merged commit 2902265 into RPCS3:master Sep 4, 2022
@elad335 elad335 deleted the patch-85 branch September 4, 2022 18:11
@MSuih MSuih mentioned this pull request Sep 4, 2022
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.

None yet

3 participants