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

Desmume 0.9.13 can't be built on aarch64 #551

Closed
musuruan opened this issue Jun 19, 2022 · 2 comments
Closed

Desmume 0.9.13 can't be built on aarch64 #551

musuruan opened this issue Jun 19, 2022 · 2 comments

Comments

@musuruan
Copy link

Hi. I was updating the RPM Fusion package and I found out that desmume 0.9.13 cannot be built on aarch64.

There is the following error:

../../../render3D.cpp:902:49: error: cannot convert ‘uint16x8_t’ to ‘uint8x16_t’
  902 |                 vst1q_u8( outFog + i, vuzp1q_u16(vshrq_n_u16(clearDepth.val[0], 15), vshrq_n_u16(clearDepth.val[1], 15)) );
      |                                       ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                 |
      |                                                 uint16x8_t

Here you can find a build log:
https://koji.rpmfusion.org/kojifiles/work/tasks/7992/547992/build.log

@rogerman
Copy link
Collaborator

This issue was already addressed in commit 24eb5ed.

You are using an old version of the code. Update to commit 24eb5ed and try again.

@musuruan
Copy link
Author

Thanks, it does build with that patch.

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

No branches or pull requests

2 participants