misc: Use GCC builtins for byte-swap operations
authorPaul Cercueil <paul@crapouillou.net>
Thu, 26 May 2022 13:07:41 +0000 (14:07 +0100)
committerAsh Logan <ash@heyquark.com>
Mon, 6 Jun 2022 13:05:05 +0000 (23:05 +1000)
Instead of using custom code to byte-swap values, use the built-in
function provided by GCC.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>

No differences found