Re: byteswap.h not found on 12 and 13
- Reply: Warner Losh : "Re: byteswap.h not found on 12 and 13"
- In reply to: Juraj Lutter : "Re: byteswap.h not found on 12 and 13"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Mar 2023 09:22:50 UTC
A modern and standard solution is std::byteswap. https://en.cppreference.com/w/cpp/numeric/byteswap According to this https://en.cppreference.com/w/cpp/compiler_support#C.2B.2B23_library_features you will need llvm 14 for that. A+ Paul