include/share/endswap.h : Improvements to fallthrough ENDSWAP_*.

According to patch author GCC can optimize expressions like
"(a<<8)|(a>>8)", but has problems with "(a<<8)+(a>>8)".

Patch-from: lvqcl <lvqcl.mail@gmail.com>
1 file changed