|
12 | 12 | "complex64": "complex128",
|
13 | 13 | "complex128": "complex128",
|
14 | 14 | "binary": -1,
|
15 |
| - "generic": "generic" |
| 15 | + "generic": "generic", |
| 16 | + "bool" : -1 |
16 | 17 | },
|
17 | 18 | "float32": {
|
18 | 19 | "float64": "float64",
|
|
27 | 28 | "complex64": "complex64",
|
28 | 29 | "complex128": "complex128",
|
29 | 30 | "binary": -1,
|
30 |
| - "generic": "generic" |
| 31 | + "generic": "generic", |
| 32 | + "bool": -1 |
31 | 33 | },
|
32 | 34 | "int32": {
|
33 | 35 | "float64": "float64",
|
|
42 | 44 | "complex64": "complex128",
|
43 | 45 | "complex128": "complex128",
|
44 | 46 | "binary": -1,
|
45 |
| - "generic": "generic" |
| 47 | + "generic": "generic", |
| 48 | + "bool": -1 |
46 | 49 | },
|
47 | 50 | "int16": {
|
48 | 51 | "float64": "float64",
|
|
57 | 60 | "complex64": "complex64",
|
58 | 61 | "complex128": "complex128",
|
59 | 62 | "binary": -1,
|
60 |
| - "generic": "generic" |
| 63 | + "generic": "generic", |
| 64 | + "bool": -1 |
61 | 65 | },
|
62 | 66 | "int8": {
|
63 | 67 | "float64": "float64",
|
|
72 | 76 | "complex64": "complex64",
|
73 | 77 | "complex128": "complex128",
|
74 | 78 | "binary": -1,
|
75 |
| - "generic": "generic" |
| 79 | + "generic": "generic", |
| 80 | + "bool": -1 |
76 | 81 | },
|
77 | 82 | "uint32": {
|
78 | 83 | "float64": "float64",
|
|
87 | 92 | "complex64": "complex128",
|
88 | 93 | "complex128": "complex128",
|
89 | 94 | "binary": -1,
|
90 |
| - "generic": "generic" |
| 95 | + "generic": "generic", |
| 96 | + "bool": -1 |
91 | 97 | },
|
92 | 98 | "uint16": {
|
93 | 99 | "float64": "float64",
|
|
102 | 108 | "complex64": "complex64",
|
103 | 109 | "complex128": "complex128",
|
104 | 110 | "binary": -1,
|
105 |
| - "generic": "generic" |
| 111 | + "generic": "generic", |
| 112 | + "bool": -1 |
106 | 113 | },
|
107 | 114 | "uint8": {
|
108 | 115 | "float64": "float64",
|
|
117 | 124 | "complex64": "complex64",
|
118 | 125 | "complex128": "complex128",
|
119 | 126 | "binary": -1,
|
120 |
| - "generic": "generic" |
| 127 | + "generic": "generic", |
| 128 | + "bool": -1 |
121 | 129 | },
|
122 | 130 | "uint8c": {
|
123 | 131 | "float64": "float64",
|
|
132 | 140 | "complex64": "complex64",
|
133 | 141 | "complex128": "complex128",
|
134 | 142 | "binary": -1,
|
135 |
| - "generic": "generic" |
| 143 | + "generic": "generic", |
| 144 | + "bool": -1 |
136 | 145 | },
|
137 | 146 | "complex128": {
|
138 | 147 | "float64": "complex128",
|
|
147 | 156 | "complex64": "complex128",
|
148 | 157 | "complex128": "complex128",
|
149 | 158 | "binary": -1,
|
150 |
| - "generic": "generic" |
| 159 | + "generic": "generic", |
| 160 | + "bool": -1 |
151 | 161 | },
|
152 | 162 | "complex64": {
|
153 | 163 | "float64": "complex128",
|
|
162 | 172 | "complex64": "complex64",
|
163 | 173 | "complex128": "complex128",
|
164 | 174 | "binary": -1,
|
165 |
| - "generic": "generic" |
| 175 | + "generic": "generic", |
| 176 | + "bool": -1 |
166 | 177 | },
|
167 | 178 | "generic": {
|
168 | 179 | "float64": "generic",
|
|
177 | 188 | "complex64": "generic",
|
178 | 189 | "complex128": "generic",
|
179 | 190 | "binary": -1,
|
180 |
| - "generic": "generic" |
| 191 | + "generic": "generic", |
| 192 | + "bool": "generic" |
181 | 193 | },
|
182 | 194 | "binary": {
|
183 | 195 | "float64": -1,
|
|
192 | 204 | "complex64": -1,
|
193 | 205 | "complex128": -1,
|
194 | 206 | "binary": "binary",
|
195 |
| - "generic": -1 |
| 207 | + "generic": -1, |
| 208 | + "bool": -1 |
| 209 | + }, |
| 210 | + "bool": { |
| 211 | + "float64": -1, |
| 212 | + "float32": -1, |
| 213 | + "int32": -1, |
| 214 | + "int16": -1, |
| 215 | + "int8": -1, |
| 216 | + "uint32": -1, |
| 217 | + "uint16": -1, |
| 218 | + "uint8": -1, |
| 219 | + "uint8c": -1, |
| 220 | + "complex64": -1, |
| 221 | + "complex128": -1, |
| 222 | + "binary": -1, |
| 223 | + "generic": "generic", |
| 224 | + "bool": "bool" |
196 | 225 | }
|
197 | 226 | }
|
0 commit comments