Improve byte order inline functions
* Use GCC built-ins for 32-bits and 64-bits byte swap where available. * Load/store with single memcpy() instead of many byte operations. * Do not use bits operations for the local byte order. * Do not use reserved C keywords with leading underscores.
Showing
Please register or sign in to comment