Skip to content

Commit 353dcde

Browse files
chore: autopublish 2025-10-28T00:31:17Z
1 parent 4b8c3d6 commit 353dcde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/clang/unittests/HLSLExec/LongVectors.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,8 +1148,8 @@ template <typename T> struct ExpectedBuilder<OpType::Dot, T> {
11481148

11491149
// Helper to sum the products and compute/add to the running absolute
11501150
// epsilon total.
1151-
auto SumProducts =
1152-
[&AbsoluteEpsilon, ULPTolerance](const std::vector<double> &Values) {
1151+
auto SumProducts = [&AbsoluteEpsilon,
1152+
ULPTolerance](const std::vector<double> &Values) {
11531153
double Sum = Values.empty() ? 0.0 : Values[0];
11541154
for (size_t I = 1; I < Values.size(); ++I) {
11551155
Sum += Values[I];

0 commit comments

Comments
 (0)