Skip to content

Conversation

vesim987
Copy link
Contributor

No description provided.

@alexrp alexrp self-assigned this Jul 21, 2025
@GasInfinity
Copy link
Contributor

shouldn't baseline also be set to the vita's cpu as with 3ds?

         pub fn baseline(arch: Arch, os: Os) *const Model {
             return switch (arch) {
                 .amdgcn => &amdgcn.cpu.gfx906,
                 .arm => switch (os.tag) {
                     .@"3ds" => &arm.cpu.mpcore,
+                    .vita => &arm.cpu.cortex_a9,
                     else => &arm.cpu.baseline,
                 },

@alexrp
Copy link
Member

alexrp commented Aug 24, 2025

shouldn't baseline also be set to the vita's cpu as with 3ds?

Right, but need clarification on the question above first.

Co-authored-by: Alex Rønne Petersen <alex@alexrp.com>
@alexrp alexrp enabled auto-merge (rebase) August 25, 2025 16:08
@alexrp alexrp merged commit ff85908 into ziglang:master Aug 26, 2025
14 checks passed
@alexrp alexrp removed their assignment Aug 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants