Files
rocm-systems/projects
Omri Mor 3260759dfd Replace byteswap interface to align with C++23 std::byteswap (#368)
* byteswap<T> returns by value
* replace hand-rolled implementations with Clang __builtin_bswap<N> intrinsics
* new high-level interface endian::to_be, endian::from_be, etc. to indicate conversion direction

[ROCm/rocshmem commit: cf8b72a047]
2026-01-15 13:03:01 -08:00
..