| ... | ... | @@ -2250,7 +2250,7 @@ pub fn c_type_bit_size(target: Target, c_type: CType) u16 { |
| 2250 | 2250 | .longdouble => return 64, |
| 2251 | 2251 | }, |
| 2252 | 2252 | |
| 2253 | | .amdhsa, .amdpal => switch (c_type) { |
| 2253 | .amdhsa, .amdpal, .mesa3d => switch (c_type) { |
| 2254 | 2254 | .char => return 8, |
| 2255 | 2255 | .short, .ushort => return 16, |
| 2256 | 2256 | .int, .uint, .float => return 32, |
| ... | ... | @@ -2280,7 +2280,6 @@ pub fn c_type_bit_size(target: Target, c_type: CType) u16 { |
| 2280 | 2280 | .rtems, |
| 2281 | 2281 | .aix, |
| 2282 | 2282 | .elfiamcu, |
| 2283 | | .mesa3d, |
| 2284 | 2283 | .contiki, |
| 2285 | 2284 | .hermit, |
| 2286 | 2285 | .hurd, |