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

[AArch64] Workaround builtin byteswap bug. #1614

Merged
merged 1 commit into from Nov 30, 2014

Conversation

Sonicadvance1
Copy link
Contributor

The builtin byteswap routines cause critical failure on AArch64 when built with the Android toolchain.
I didn't experience this issue when building for Linux using a local qemu chroot.
Seems to be only an issue with the Android toolchain when building AArch64.

Use our generic versions instead

@lioncash
Copy link
Member

Maybe add a comment saying what version/toolchain this occurs in on Android. That way it can be tested against later.

The builtin byteswap routines cause critical failure on AArch64 when built with the Android toolchain.
I didn't experience this issue when building for Linux using a local qemu chroot.
Seems to be only an issue with the Android toolchain when building AArch64.
Use our generic version instead.
Sonicadvance1 added a commit that referenced this pull request Nov 30, 2014
[AArch64] Workaround builtin byteswap bug.
@Sonicadvance1 Sonicadvance1 merged commit 7c38d04 into dolphin-emu:master Nov 30, 2014
@Sonicadvance1 Sonicadvance1 deleted the fix_aarch64_bswap branch November 30, 2014 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants