mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
Revert "std.Target: Fix C type alignment calculation for dxil."
This reverts commit e67388c2e5.
This commit is contained in:
parent
ecf2069e30
commit
d415efd68f
1 changed files with 2 additions and 2 deletions
|
|
@ -2381,6 +2381,7 @@ pub fn c_type_alignment(target: Target, c_type: CType) u16 {
|
|||
.csky,
|
||||
.x86,
|
||||
.xcore,
|
||||
.dxil,
|
||||
.loongarch32,
|
||||
.kalimba,
|
||||
.spu_2,
|
||||
|
|
@ -2390,7 +2391,6 @@ pub fn c_type_alignment(target: Target, c_type: CType) u16 {
|
|||
.amdgcn,
|
||||
.bpfel,
|
||||
.bpfeb,
|
||||
.dxil,
|
||||
.hexagon,
|
||||
.m68k,
|
||||
.mips,
|
||||
|
|
@ -2485,6 +2485,7 @@ pub fn c_type_preferred_alignment(target: Target, c_type: CType) u16 {
|
|||
|
||||
.csky,
|
||||
.xcore,
|
||||
.dxil,
|
||||
.loongarch32,
|
||||
.kalimba,
|
||||
.spu_2,
|
||||
|
|
@ -2500,7 +2501,6 @@ pub fn c_type_preferred_alignment(target: Target, c_type: CType) u16 {
|
|||
.amdgcn,
|
||||
.bpfel,
|
||||
.bpfeb,
|
||||
.dxil,
|
||||
.hexagon,
|
||||
.x86,
|
||||
.m68k,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue