Skip to content

Commit f84790c

Browse files
committed
Comment 2
1 parent d9fc2bf commit f84790c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/clang/unittests/HLSLExec/LongVectors.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -889,8 +889,8 @@ template <typename T, OpType OP> struct TrigonometricValidation {
889889
};
890890

891891
// Half precision trig functions have a larger tolerance due to their lower
892-
// precision. Note that the D3D spec does not mention half precision trig
893-
// functions.
892+
// precision. Note that the D3D spec
893+
// does not mention half precision trig functions.
894894
template <OpType OP> struct TrigonometricValidation<HLSLHalf_t, OP> {
895895
ValidationConfig ValidationConfig = ValidationConfig::Epsilon(0.003f);
896896
};

0 commit comments

Comments
 (0)