mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-23 14:35:12 +00:00
align u128 to 16 again
This commit is contained in:
parent
368c2670a0
commit
b92d8d55a1
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ impl IntWidth {
|
|||
//
|
||||
// however, rust does not always think that this is true
|
||||
match target_info.architecture {
|
||||
Architecture::X86_64 => 8,
|
||||
Architecture::X86_64 => 16,
|
||||
Architecture::Aarch64 | Architecture::Aarch32 | Architecture::Wasm32 => 16,
|
||||
Architecture::X86_32 => 8,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue