================ @@ -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 ---------------- philnik777 wrote:
That's just following the precedent of `__builtin_popcountg`, `__builtin_clzg` and `__builtin_ctzg`. https://github.com/llvm/llvm-project/pull/162433 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
