public static void unitTest_vmaxu4(GThread thread, uint[] a, uint[] b, uint[] c)
 {
     c[0] = thread.vmaxu4(a[0], b[0]);
 }