[PATCH] D114425: [clang] Add __builtin_bswap128

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 2 05:49:29 PST 2022


xbolva00 added a comment.

int num = …;

__builtin_bswap64(num); // works, no error
__builtin_bswap128(num); // should work as well


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114425/new/

https://reviews.llvm.org/D114425



More information about the cfe-commits mailing list