[libc++] Implement P1272R4 (std::byteswap)
Implement P1274R4
Reviewed By: Quuxplusone, Mordante, #libc
Spies: jloser, lebedev.ri, mgorny, libcxx-commits, arichardson
Differential Revision: https://reviews.llvm.org/D114074
NOKEYCHECK=True
GitOrigin-RevId: 1dc62f2653f837745251bd905940c11962469b45
diff --git a/include/module.modulemap b/include/module.modulemap
index f34442e..f3de49e 100644
--- a/include/module.modulemap
+++ b/include/module.modulemap
@@ -338,6 +338,7 @@
module __bit {
module bit_cast { private header "__bit/bit_cast.h" }
+ module byteswap { private header "__bit/byteswap.h" }
}
}
module bitset {