3 references to Accumulate256
System.IO.Hashing (3)
System\IO\Hashing\XxHashShared.cs (3)
531
acc1 =
Accumulate256
(acc1, source, secretVal);
535
acc2 =
Accumulate256
(acc2, source, secretVal);
629
Vector256<ulong> accVec =
Accumulate256
(Vector256.Load(accumulators), source, Vector256.Load((uint*)secret));