Skip to content

Enable armv6 SIMD for 3DS (devkitARM) and arm neon SIMD for PS Vita (vitasdk) and Switch (devkitA64)

Gabriel requested to merge Ghabry/pixman:simd into master

Hello,

not sure if you accept pull requests for such obscure platforms but worth a try.

They are kinda-POSIX compatible (based on newlib) but run bare metal.

This enables ARM SIMD for the homebrew SDKs that target the systems:

  • Nintendo 3DS (devkitARM)
  • Nintendo Switch (devkitA64)
  • PS Vita (vitasdk)

For the 3DS I enabled ARMv6 (NEON not supported) and for the other two ARM Neon.

Merge request reports