Skip to content
  • Rémi Denis-Courmont's avatar
    Improve byte order inline functions · 9ff7bdc4
    Rémi Denis-Courmont authored
     * 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.
    9ff7bdc4