aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Target/lanai.zig
AgeCommit message (Collapse)Author
2024-11-25refactor `update_cpu_features.zig`David Rubin
Most of this commit is whitespace changes, moving to use RLS for assigning the `CpuModel`
2024-10-03update_cpu_features: Don't delete the output file if there are no CPU features.Alex Rønne Petersen
At bare minimum, the compiler expects std.Target.<arch>.cpu.generic to work for any given architecture when generating the builtin module. So rather than try to hack that into working when the affected modules are omitted, just actually keep them. This affected lanai and xcore.