[clang] [Clang] Add __builtin_bswapg (PR #162433)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 3 10:59:20 PST 2025
================
@@ -281,6 +281,10 @@ Non-comprehensive list of changes in this release
allocator-level heap organization strategies. A feature to instrument all
allocation functions with a token ID can be enabled via the
``-fsanitize=alloc-token`` flag.
+
+- A new generic byte swap builtin function ``__builtin_bswapg`` that extends the existing
----------------
AaronBallman wrote:
Ah that's a good reason :-)
https://github.com/llvm/llvm-project/pull/162433
More information about the cfe-commits
mailing list