mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-07 11:04:17 +00:00
Rename architecture 386 to i386
This commit is contained in:
@@ -508,7 +508,7 @@ bool lb_is_matrix_simdable(Type *t) {
|
||||
case TargetArch_arm64:
|
||||
// TODO(bill): determine when this is fine
|
||||
return true;
|
||||
case TargetArch_386:
|
||||
case TargetArch_i386:
|
||||
case TargetArch_wasm32:
|
||||
case TargetArch_wasm64:
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user