| ... | ... | @@ -2204,9 +2204,7 @@ pub const cpu = struct { |
| 2204 | 2204 | .name = "cortex_m33", |
| 2205 | 2205 | .llvm_name = "cortex-m33", |
| 2206 | 2206 | .features = featureSet(&[_]Feature{ |
| 2207 | | .dsp, |
| 2208 | 2207 | .fix_cmse_cve_2021_35465, |
| 2209 | | .fp_armv8d16sp, |
| 2210 | 2208 | .loop_align, |
| 2211 | 2209 | .no_branch_predictor, |
| 2212 | 2210 | .slowfpvfmx, |
| ... | ... | @@ -2219,9 +2217,7 @@ pub const cpu = struct { |
| 2219 | 2217 | .name = "cortex_m35p", |
| 2220 | 2218 | .llvm_name = "cortex-m35p", |
| 2221 | 2219 | .features = featureSet(&[_]Feature{ |
| 2222 | | .dsp, |
| 2223 | 2220 | .fix_cmse_cve_2021_35465, |
| 2224 | | .fp_armv8d16sp, |
| 2225 | 2221 | .loop_align, |
| 2226 | 2222 | .no_branch_predictor, |
| 2227 | 2223 | .slowfpvfmx, |
| ... | ... | @@ -2240,17 +2236,15 @@ pub const cpu = struct { |
| 2240 | 2236 | .slowfpvmlx, |
| 2241 | 2237 | .use_misched, |
| 2242 | 2238 | .v7em, |
| 2243 | | .vfp4d16sp, |
| 2244 | 2239 | }), |
| 2245 | 2240 | }; |
| 2246 | 2241 | pub const cortex_m55 = CpuModel{ |
| 2247 | 2242 | .name = "cortex_m55", |
| 2248 | 2243 | .llvm_name = "cortex-m55", |
| 2249 | 2244 | .features = featureSet(&[_]Feature{ |
| 2245 | .dsp, |
| 2250 | 2246 | .fix_cmse_cve_2021_35465, |
| 2251 | | .fp_armv8d16, |
| 2252 | 2247 | .loop_align, |
| 2253 | | .mve_fp, |
| 2254 | 2248 | .no_branch_predictor, |
| 2255 | 2249 | .slowfpvmlx, |
| 2256 | 2250 | .use_misched, |
| ... | ... | @@ -2261,7 +2255,6 @@ pub const cpu = struct { |
| 2261 | 2255 | .name = "cortex_m7", |
| 2262 | 2256 | .llvm_name = "cortex-m7", |
| 2263 | 2257 | .features = featureSet(&[_]Feature{ |
| 2264 | | .fp_armv8d16, |
| 2265 | 2258 | .use_mipipeliner, |
| 2266 | 2259 | .use_misched, |
| 2267 | 2260 | .v7em, |
| ... | ... | @@ -2271,9 +2264,8 @@ pub const cpu = struct { |
| 2271 | 2264 | .name = "cortex_m85", |
| 2272 | 2265 | .llvm_name = "cortex-m85", |
| 2273 | 2266 | .features = featureSet(&[_]Feature{ |
| 2274 | | .fp_armv8d16, |
| 2275 | | .mve_fp, |
| 2276 | | .pacbti, |
| 2267 | .dsp, |
| 2268 | .trustzone, |
| 2277 | 2269 | .use_misched, |
| 2278 | 2270 | .v8_1m_main, |
| 2279 | 2271 | }), |