OPCODE_DOT_PRODUCT_4 constant propagation
This commit is contained in:
@@ -508,6 +508,7 @@ class Value {
|
||||
void VectorAdd(Value* other, TypeName type, bool is_unsigned, bool saturate);
|
||||
void VectorSub(Value* other, TypeName type, bool is_unsigned, bool saturate);
|
||||
void DotProduct3(Value* other);
|
||||
void DotProduct4(Value* other);
|
||||
void ByteSwap();
|
||||
void CountLeadingZeros(const Value* other);
|
||||
bool Compare(Opcode opcode, Value* other);
|
||||
|
||||
Reference in New Issue
Block a user