K 10 svn:author V 3 mux K 8 svn:date V 27 2003-09-30T22:35:27.000000Z K 7 svn:log V 260 Allow the compiler to micro-optimize byte swapping functions by evaluating them at compile time rather than at run time. As for x86 and amd64, this requires GCC and it's enabled only if __OPTIMIZE__ is defined (ie, if at least -O is used). Reviewed by: jake END