On 5/23/19 8:59 AM, David Hildenbrand wrote:
> I guess I can simplify to
> 
> t0 = rol64(b0, i);
> t1 = rol64(b1, i);

Yes.

> My approach: Compare all elements of B at a time
> Your approach: Compare a single element of B at a time

Ah, I get it now.  This makes total sense, and does make the broadcast 
unnecessary.


r~

Reply via email to