f4
#define f4(x) ((x<<2) ^ (((x>>6) & 1) * WPOLY) ^ (((x>>6) & 2) * WPOLY))
#define f4(x,y,z) ( x ^ y ^ z ) /* Rounds 60-79 */