mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 20:17:48 +00:00
Add simd_reverse
This commit is contained in:
@@ -1598,6 +1598,8 @@ i64 get_array_type_count(Type *t) {
|
||||
return bt->Array.count;
|
||||
} else if (bt->kind == Type_EnumeratedArray) {
|
||||
return bt->EnumeratedArray.count;
|
||||
} else if (bt->kind == Type_SimdVector) {
|
||||
return bt->SimdVector.count;
|
||||
}
|
||||
GB_ASSERT(is_type_array_like(t));
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user