We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 196c467 + aedc025 commit d61ce94Copy full SHA for d61ce94
gcc/jit/jit-recording.h
@@ -996,7 +996,7 @@ class vector_type : public decorated_type
996
if (other_vec_type == NULL)
997
return false;
998
return get_num_units () == other_vec_type->get_num_units ()
999
- && get_element_type () == other_vec_type->get_element_type ();
+ && get_element_type ()->is_same_type_as(other_vec_type->get_element_type ());
1000
}
1001
1002
vector_type *is_vector () final override { return this; }
0 commit comments