mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-14 14:23:43 +00:00
Begin work on new pseudo-architecture: wasm64p32
This commit is contained in:
@@ -528,7 +528,7 @@ gb_internal bool lb_is_matrix_simdable(Type *t) {
|
||||
return true;
|
||||
case TargetArch_i386:
|
||||
case TargetArch_wasm32:
|
||||
case TargetArch_wasm64:
|
||||
case TargetArch_wasm64p32:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user