[JIT] Fix incorrect definition for constant VectorConvertX2X
This commit is contained in:
@@ -1090,7 +1090,7 @@ void Value::VectorConvertI2F(Value* other, bool is_unsigned) {
|
||||
}
|
||||
}
|
||||
|
||||
void Value::VectorConvertF2I(Value* other, bool is_unsigned, bool saturate) {
|
||||
void Value::VectorConvertF2I(Value* other, bool is_unsigned) {
|
||||
assert_true(type == VEC128_TYPE);
|
||||
|
||||
// FIXME(DrChat): This does not saturate!
|
||||
|
||||
Reference in New Issue
Block a user