Skip to content

Commit 856a052

Browse files
committed
Comment 3
1 parent f84790c commit 856a052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/clang/unittests/HLSLExec/LongVectors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ 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
892+
// precision. Note that the D3D spec
893893
// does not mention half precision trig functions.
894894
template <OpType OP> struct TrigonometricValidation<HLSLHalf_t, OP> {
895895
ValidationConfig ValidationConfig = ValidationConfig::Epsilon(0.003f);

0 commit comments

Comments
 (0)