mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-09 06:23:14 +00:00
Begin work on supporting wasm64; Correct wasm32 compilation behaviour
This commit is contained in:
@@ -496,6 +496,7 @@ bool lb_is_matrix_simdable(Type *t) {
|
||||
break;
|
||||
case TargetArch_386:
|
||||
case TargetArch_wasm32:
|
||||
case TargetArch_wasm64:
|
||||
// nope
|
||||
return false;
|
||||
}
|
||||
@@ -513,6 +514,7 @@ bool lb_is_matrix_simdable(Type *t) {
|
||||
return true;
|
||||
case TargetArch_386:
|
||||
case TargetArch_wasm32:
|
||||
case TargetArch_wasm64:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user