Skip to content

Commit 574dbf0

Browse files
committed
Remove comments in LongVector::BinaryOpType enum
1 parent 5fa09f6 commit 574dbf0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tools/clang/unittests/HLSLExec/LongVectors.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ enum BasicOpType {
101101
};
102102

103103
enum BinaryOpType {
104-
// Below this line to be moved to HLSLOpType (+, -, * etc)
105104
BinaryOpType_ScalarAdd,
106105
BinaryOpType_ScalarMultiply,
107106
BinaryOpType_ScalarSubtract,
@@ -112,7 +111,6 @@ enum BinaryOpType {
112111
BinaryOpType_Subtract,
113112
BinaryOpType_Divide,
114113
BinaryOpType_Modulus,
115-
// Below this line to be moved to HLSLMathOpType (min, max etc)
116114
BinaryOpType_Min,
117115
BinaryOpType_Max,
118116
BinaryOpType_ScalarMin,

0 commit comments

Comments
 (0)