[JIT] Fix incorrect definition for constant VectorConvertX2X
This commit is contained in:
@@ -527,7 +527,7 @@ class Value {
|
||||
void VectorCompareUGT(Value* other, TypeName type);
|
||||
void VectorCompareUGE(Value* other, TypeName type);
|
||||
void VectorConvertI2F(Value* other, bool is_unsigned);
|
||||
void VectorConvertF2I(Value* other, bool is_unsigned, bool saturate);
|
||||
void VectorConvertF2I(Value* other, bool is_unsigned);
|
||||
void VectorShl(Value* other, TypeName type);
|
||||
void VectorShr(Value* other, TypeName type);
|
||||
void VectorRol(Value* other, TypeName type);
|
||||
|
||||
Reference in New Issue
Block a user