We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad1f36 commit a7d2f21Copy full SHA for a7d2f21
1 file changed
tools/clang/unittests/HLSLExec/LongVectors.h
@@ -101,7 +101,6 @@ enum BasicOpType {
101
};
102
103
enum BinaryOpType {
104
- // Below this line to be moved to HLSLOpType (+, -, * etc)
105
BinaryOpType_ScalarAdd,
106
BinaryOpType_ScalarMultiply,
107
BinaryOpType_ScalarSubtract,
@@ -112,7 +111,6 @@ enum BinaryOpType {
112
111
BinaryOpType_Subtract,
113
BinaryOpType_Divide,
114
BinaryOpType_Modulus,
115
- // Below this line to be moved to HLSLMathOpType (min, max etc)
116
BinaryOpType_Min,
117
BinaryOpType_Max,
118
BinaryOpType_ScalarMin,
0 commit comments