You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not making this issue to request support for a specific platform, however I do want to request porting all code that requires x86 intrinsics to be portable with other ISAs in general, so this project can be ported easily to ARM and other architectures.
We should probably get started by porting all the SIMD code to use a library like SIMDe instead of relying on AVX instructions.
The text was updated successfully, but these errors were encountered:
korewaChino
changed the title
General non-x86 support
Port x86-specific code to be portable with other platforms
Mar 8, 2025
UnleashedRecomp itself doesn't use any x86 intrinsics, it's only the output of XenonRecomp, which is going to be updated to use simde like I mentioned.
I'm not making this issue to request support for a specific platform, however I do want to request porting all code that requires x86 intrinsics to be portable with other ISAs in general, so this project can be ported easily to ARM and other architectures.
We should probably get started by porting all the SIMD code to use a library like SIMDe instead of relying on AVX instructions.
The text was updated successfully, but these errors were encountered: