On 6/5/19 4:08 AM, Stephen Hemminger wrote:
Using bit operations like or and xor is faster than a loop on all architectures. Really just explicit unrolling.Similar cast to uint16 unaligned is already done in other functions here. Signed-off-by: Stephen Hemminger <[email protected]>
Reviewed-by: Andrew Rybchenko <[email protected]>

