We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5419

Summary: ARM64 implements SDL_Swap16/32
Product: SDL Reporter: David Carlier <devnexen>
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: sezeroz
Version: HG 2.1   
Hardware: ARM   
OS: Other   
Attachments: diff
diff

Description David Carlier 2020-12-26 19:33:25 UTC
Created attachment 4611 [details]
diff

Usage of halfword and word size instructions.
Comment 1 Ozkan Sezer 2020-12-28 04:21:17 UTC
Patch applied as https://hg.libsdl.org/SDL/rev/055b48432d03
Thanks.
Comment 2 Ozkan Sezer 2020-12-28 04:35:42 UTC
David Carlier: This patch resulted in multiple warnings in android
buildbot, can you have a look?
https://buildbot.libsdl.org/#/builders/24/builds/560
Comment 3 Ozkan Sezer 2020-12-28 05:04:02 UTC
Reverted the patch for now.
Comment 4 David Carlier 2020-12-28 06:09:40 UTC
Created attachment 4615 [details]
diff
Comment 5 David Carlier 2020-12-28 06:10:01 UTC
Attached a new version with register constraints.
Comment 6 Ozkan Sezer 2020-12-28 08:55:40 UTC
Patch applied as https://hg.libsdl.org/SDL/rev/459bb41a54b6
Closing as fixed.