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