Skip to content

Commit 85ee699

Browse files
committed
clang-format
1 parent e89ab35 commit 85ee699

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/clang/lib/Headers/hlsl/dx/linalg.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,8 @@ MultiplyAdd(Matrix<MatrixDT, M, K, MatrixUse::A, MatrixScope::Thread> MatrixA,
516516
vector<OutputElTy, M> Result;
517517
__builtin_LinAlg_MatrixVectorMultiplyAdd(
518518
Result, MatrixA.__handle, hlsl::is_signed<OutputElTy>::value, Vec,
519-
__detail::TypeTraits<InputElTy>::CompType, Bias, __detail::TypeTraits<OutputElTy>::CompType);
519+
__detail::TypeTraits<InputElTy>::CompType, Bias,
520+
__detail::TypeTraits<OutputElTy>::CompType);
520521
return Result;
521522
}
522523

0 commit comments

Comments
 (0)