// Compare the 16-byte maximum with the global maximumvcgt.u8 d3, d0, d2 // d3[:] = (d0[:] > d2[:]) ?0xff :0x00// Update the global maximum if the 16-byte maximum is biggervbit d2, d0, d3 // d2[:] = (d3[:] == 0xff) ?d0[:] :d2[:]