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 would recommend the library SIMDe (simd everywhere) https://github.com/simd-everywhere/simde
I have used it in the past - it can translate pretty much any unsupported vector instruction either to a native supported equivalent or the closest most performant emulation.
I will be using this approach to compile the CineForm sdk on the NVIDIA Jetson platform (64-bit ARM)
TechSmith has created a fork to build CineForm for ARM64 Macs with sse2neon: https://github.com/TechSmith/cineform-sdk. It uses their own version of sse2neon to implement few missing functions. I built their fork on my MacBook Air with Apple Silicon and I was able to run TestCFHD.
Has anybody had success building for ARM, apple M1 in particular, and replacing the SSE2 instructions with NEON.
I tried using this library but was not fully successful. https://github.com/DLTcollab/sse2neon
The text was updated successfully, but these errors were encountered: