Mon, Jun 16, 2025, 07:26:56 PM GMT
Latest
Reapply "bswap.h: add support for built-in bswap functions"
The `bswap.h` header was introduced to fix the Windows/ARM64 build.
Unfortunately, this broke big Endian machines. Instead of fixing it
properly, upstream Git simply reverted the commit in 1c62df0abe3d
(Revert "bswap.h: add support for built-in bswap functions",
2025-06-12), re-breaking the Windows/ARM64 build.
Let's re-un-break the Windows/ARM64 build by reverting 1c62df0abe3d
(Revert "bswap.h: add support for built-in bswap functions",
2025-06-12).
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>