| ... | ... | @@ -2359,7 +2359,6 @@ pub fn c_type_alignment(target: Target, c_type: CType) u16 { |
| 2359 | 2359 | .mips, |
| 2360 | 2360 | .mipsel, |
| 2361 | 2361 | .sparc, |
| 2362 | | .sparc64, |
| 2363 | 2362 | .lanai, |
| 2364 | 2363 | .nvptx, |
| 2365 | 2364 | .nvptx64, |
| ... | ... | @@ -2379,6 +2378,7 @@ pub fn c_type_alignment(target: Target, c_type: CType) u16 { |
| 2379 | 2378 | .powerpc64le, |
| 2380 | 2379 | .riscv32, |
| 2381 | 2380 | .riscv64, |
| 2381 | .sparc64, |
| 2382 | 2382 | .x86_64, |
| 2383 | 2383 | .wasm32, |
| 2384 | 2384 | .wasm64, |
| ... | ... | @@ -2471,7 +2471,6 @@ pub fn c_type_preferred_alignment(target: Target, c_type: CType) u16 { |
| 2471 | 2471 | .mips, |
| 2472 | 2472 | .mipsel, |
| 2473 | 2473 | .sparc, |
| 2474 | | .sparc64, |
| 2475 | 2474 | .lanai, |
| 2476 | 2475 | .nvptx, |
| 2477 | 2476 | .nvptx64, |
| ... | ... | @@ -2491,6 +2490,7 @@ pub fn c_type_preferred_alignment(target: Target, c_type: CType) u16 { |
| 2491 | 2490 | .powerpc64le, |
| 2492 | 2491 | .riscv32, |
| 2493 | 2492 | .riscv64, |
| 2493 | .sparc64, |
| 2494 | 2494 | .x86_64, |
| 2495 | 2495 | .wasm32, |
| 2496 | 2496 | .wasm64, |