| author | |
| committer | |
| log | 7b47ebe5766e3d4824bb05a9a06de543b3335375 |
| tree | 146288aa47ee6226b8294d1aa89173eceb1acdb9 |
| parent | eef499812c37112f4b03bde73a632c23ca753d20 |
| signature |
1 files changed, 0 insertions(+), 2 deletions(-)
lib/std/Target.zig-2| ... | @@ -2060,7 +2060,6 @@ pub fn c_type_bit_size(target: Target, c_type: CType) u16 { | ... | @@ -2060,7 +2060,6 @@ pub fn c_type_bit_size(target: Target, c_type: CType) u16 { |
| 2060 | .aarch64, | 2060 | .aarch64, |
| 2061 | .aarch64_be, | 2061 | .aarch64_be, |
| 2062 | .s390x, | 2062 | .s390x, |
| 2063 | .sparc, | ||
| 2064 | .sparc64, | 2063 | .sparc64, |
| 2065 | .wasm32, | 2064 | .wasm32, |
| 2066 | .wasm64, | 2065 | .wasm64, |
| ... | @@ -2166,7 +2165,6 @@ pub fn c_type_bit_size(target: Target, c_type: CType) u16 { | ... | @@ -2166,7 +2165,6 @@ pub fn c_type_bit_size(target: Target, c_type: CType) u16 { |
| 2166 | .s390x, | 2165 | .s390x, |
| 2167 | .mips64, | 2166 | .mips64, |
| 2168 | .mips64el, | 2167 | .mips64el, |
| 2169 | .sparc, | ||
| 2170 | .sparc64, | 2168 | .sparc64, |
| 2171 | .wasm32, | 2169 | .wasm32, |
| 2172 | .wasm64, | 2170 | .wasm64, |