File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2400,9 +2400,6 @@ pub fn c_type_alignment(target: Target, c_type: CType) u16 {
2400
2400
.nvptx ,
2401
2401
.nvptx64 ,
2402
2402
.s390x ,
2403
- .spirv ,
2404
- .spirv32 ,
2405
- .spirv64 ,
2406
2403
= > 8 ,
2407
2404
2408
2405
.aarch64 ,
@@ -2417,6 +2414,9 @@ pub fn c_type_alignment(target: Target, c_type: CType) u16 {
2417
2414
.riscv32 ,
2418
2415
.riscv64 ,
2419
2416
.sparc64 ,
2417
+ .spirv ,
2418
+ .spirv32 ,
2419
+ .spirv64 ,
2420
2420
.x86_64 ,
2421
2421
.ve ,
2422
2422
.wasm32 ,
@@ -2511,9 +2511,6 @@ pub fn c_type_preferred_alignment(target: Target, c_type: CType) u16 {
2511
2511
.nvptx ,
2512
2512
.nvptx64 ,
2513
2513
.s390x ,
2514
- .spirv ,
2515
- .spirv32 ,
2516
- .spirv64 ,
2517
2514
= > 8 ,
2518
2515
2519
2516
.aarch64 ,
@@ -2528,6 +2525,9 @@ pub fn c_type_preferred_alignment(target: Target, c_type: CType) u16 {
2528
2525
.riscv32 ,
2529
2526
.riscv64 ,
2530
2527
.sparc64 ,
2528
+ .spirv ,
2529
+ .spirv32 ,
2530
+ .spirv64 ,
2531
2531
.x86_64 ,
2532
2532
.ve ,
2533
2533
.wasm32 ,
You can’t perform that action at this time.
0 commit comments