mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-25 22:41:34 +00:00
Mock out simd intrinsics
This commit is contained in:
@@ -1932,7 +1932,7 @@ bool is_type_valid_vector_elem(Type *t) {
|
||||
return false;
|
||||
}
|
||||
if (is_type_integer(t)) {
|
||||
return true;
|
||||
return !is_type_integer_128bit(t);
|
||||
}
|
||||
if (is_type_float(t)) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user