Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audio/utils: use static_assert for endianness
Use static_assert to ensure little endian instead of the preprocessor checks - if the those macros are not defined by the compiler, the check will be eliminated. If other complier is used, write this more generically.
- Loading branch information