Skip to content

Commit

Permalink
Merge pull request #124 from jyrkialakuijala/tabuli
Browse files Browse the repository at this point in the history
minor improvement
  • Loading branch information
jyrkialakuijala authored Aug 9, 2024
2 parents fdcef96 + bf7b003 commit 09e3309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp/zimt/nsim.cc
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ float HwyNSIM(const hwy::AlignedNDArray<float, 2>& a,
return Mul(delta_a, delta_b);
});
const Vec two = Set(d, 2.0);
const Vec C1 = Set(d, 64.820932997704162);
const Vec C3 = Set(d, 11.285860868315538);
const Vec C4 = Set(d, 1e-6 * 2.9262932000000021);
const Vec C1 = Set(d, 69.020932997704165);
const Vec C3 = Set(d, 76.258402868315542);
const Vec C4 = Set(d, 1e-7 * 12.46293200000002);
float nsim_sum = 0.0;
const Vec num_channels_vec = Set(d, num_channels);
const Vec zero = Zero(d);
Expand Down
Binary file modified go/goohrli/goohrli.a
Binary file not shown.

0 comments on commit 09e3309

Please sign in to comment.