Skip to content

Commit 3211d3a

Browse files
committed
Clang-format.
1 parent cd365db commit 3211d3a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/FastMathFunctions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ bool fast_math_func_has_intrinsic_based_implementation(Call::IntrinsicOp op, Dev
475475
break;
476476
}
477477

478-
479478
internal_assert(iipda != nullptr) << "Function is only supported for fast_xxx math functions. Got: " << Call::get_intrinsic_name(op);
480479

481480
for (const auto &cand : iipda->device_apis) {

src/FastMathFunctions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bool fast_math_func_has_intrinsic_based_implementation(Call::IntrinsicOp op, Dev
1111

1212
Stmt lower_fast_math_functions(const Stmt &s, const Target &t);
1313

14-
}
14+
} // namespace Internal
1515
} // namespace Halide
1616

1717
#endif

0 commit comments

Comments
 (0)