On 2024-05-13 15:34, Collin Funk wrote:
To fix this, please use _GL_INLINE and implement with inline functions. And add 
please add test cases to catch these issues.
If we can ensure byteswap.h functions are defined as functions,
wouldn't it make sense to just define these as macros to them?

Not sure why macros would be helpful. If functions suffice for good performance when compiling with -O2, it's better to use functions than macros.


Reply via email to