mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 04:02:33 +00:00
Add #simd[N]rawptr support
This commit is contained in:
@@ -2091,6 +2091,9 @@ gb_internal bool is_type_valid_vector_elem(Type *t) {
|
||||
if (is_type_boolean(t)) {
|
||||
return true;
|
||||
}
|
||||
if (t->Basic.kind == Basic_rawptr) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user