Skip to content

Commit e0fa2bc

Browse files
Martin Brusezond
Martin Bruse
authored andcommitted
Tiny change.
1 parent 8ca90f6 commit e0fa2bc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cpp/zimt/dtw.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ float HwyDeltaNorm(hwy::Span<const float> span_a,
7575
Sub(Load(d, span_a.data() + index), Load(d, span_b.data() + index));
7676
sumvec = MulAdd(delta, delta, sumvec);
7777
}
78-
return sqrt(static_cast<double>(ReduceSum(d, sumvec)));
78+
return std::sqrt(ReduceSum(d, sumvec));
7979
}
8080

8181
} // namespace HWY_NAMESPACE

go/goohrli/goohrli.a

16.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)