Skip to content

Commit 5dcffe9

Browse files
committed
Comment fixup
1 parent 3c18fc3 commit 5dcffe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/clang/unittests/HLSLExec/LongVectors.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,8 @@ template <typename T, OpType OP> struct TrigonometricValidation {
888888
ValidationConfig ValidationConfig = ValidationConfig::Epsilon(0.0008f);
889889
};
890890

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

0 commit comments

Comments
 (0)