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

Commits on Nov 30, 2014

  1. [AArch64] Workaround builtin byteswap bug.

    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 committed Nov 30, 2014
    Configuration menu
    Copy the full SHA
    c27ee21 View commit details
    Browse the repository at this point in the history