mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-26 15:34:59 -07:00
Mock out simd intrinsics
This commit is contained in:
+1
-1
@@ -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