Skip to content

Add support for armv7-sony-vita-newlibeabihf in v0.17#2749

Merged
briansmith merged 1 commit intobriansmith:mainfrom
vita-rust:v0.17-vita
Mar 9, 2026
Merged

Add support for armv7-sony-vita-newlibeabihf in v0.17#2749
briansmith merged 1 commit intobriansmith:mainfrom
vita-rust:v0.17-vita

Conversation

@pheki
Copy link
Copy Markdown
Contributor

@pheki pheki commented Jan 28, 2026

Support was originally added for v0.16 in #1640

@briansmith briansmith merged commit 584e9f1 into briansmith:main Mar 9, 2026
@briansmith
Copy link
Copy Markdown
Owner

Thanks! If you want it to actually run decently then you should also submit a PR that changes the cpu::arm submodule to add a case for "vita" in this block:

    // TODO(MSRV): 32-bit ARM doesn't support any static feature detection yet.
    pub(in super::super) const STATIC_DETECTED: u32 = 0;

STATIC_DETECTED should indicate NEON support if the target_os is "vita", IIUC.

This will make all the crypto run much faster.

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.

2 participants