On 08/04/2016 06:33 PM, Rajalakshmi Srinivasaraghavan wrote:
+ if (s & 0x10) { + result.u8[i] = a->u8[15 - index]; + } else { + result.u8[i] = b->u8[15 - index]; + }
Fold these "15 -" into the computation of index above? r~
On 08/04/2016 06:33 PM, Rajalakshmi Srinivasaraghavan wrote:
+ if (s & 0x10) { + result.u8[i] = a->u8[15 - index]; + } else { + result.u8[i] = b->u8[15 - index]; + }
Fold these "15 -" into the computation of index above? r~