Don't use library or built-in byte swaps.
Using optimized byte swaps reduced portability for no real benefit, since they are in parts of the code that represent a tiny fraction of the execution time. So a simple definition of a byte swap is now used.
Showing
想要评论请 注册 或 登录