That's fantastic.  Paste in

int Test0(int v, int v1, int v2, int v3)
{
     return v == v1 || v == v2 || v == v3;
}

and then the the compiler options to -O3.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/563867d6-b62f-4234-b16b-6c89fbe6fc5cn%40googlegroups.com.

Reply via email to