From: Paul Cercueil Date: Thu, 26 May 2022 13:07:41 +0000 (+0100) Subject: misc: Use GCC builtins for byte-swap operations X-Git-Tag: r24l~454^2~3 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a2601833173a2516afb4d87f1157b59e55e96f1;hp=0a2601833173a2516afb4d87f1157b59e55e96f1;p=pcsx_rearmed.git misc: Use GCC builtins for byte-swap operations Instead of using custom code to byte-swap values, use the built-in function provided by GCC. Signed-off-by: Paul Cercueil ---