Bruno Haible <[email protected]> writes: > Collin Funk wrote: >> As far as I can tell stdc_memreverse8uN >> doesn't require the address is aligned, so you would have to use the >> unaligned load and store functions. > > ??? stdc_memreverse8uN does not operate on memory. It operates on a value > in a register.
Oh, sorry about that. I looked at the document too quickly and probably thought the stdc_memreverse8 was related, which it isn't. Since <byteswap.h> has very few functions (at least on glibc), I think it might be better to include it in <stdbit.h>, which has many more functions that you may not want when including <byteswap.h> alone. Collin
