Author :
Ozkan Sezer
Date :
2021-11-25 17:00:50
Hash :eb39e205 Message :SDL_endian.h: remove aarch64 asm.
The asm has been reported broken in at least optimized Apple M1 builds;
and besides, the compiler builtins have precedence over the asm anyway.
Closes https://github.com/libsdl-org/SDL/issues/3943