We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
// 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[:]