Begin work on new pseudo-architecture: wasm64p32

This commit is contained in:
gingerBill
2023-04-20 12:02:32 +01:00
parent cde442fa2c
commit f5d9ca64f9
17 changed files with 63 additions and 36 deletions

View File

@@ -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;
}
}