SVT-VP9 icon indicating copy to clipboard operation
SVT-VP9 copied to clipboard

Consider using "SIMD Everywhere" to support more architectures

Open davidebeatrici opened this issue 2 years ago • 0 comments

https://github.com/simd-everywhere/simde

The SIMDe header-only library provides fast, portable implementations of SIMD intrinsics on hardware which doesn't natively support them, such as calling SSE functions on ARM. There is no performance penalty if the hardware supports the native implementation (e.g., SSE/AVX runs at full speed on x86, NEON on ARM, etc.).

davidebeatrici avatar Mar 27 '24 15:03 davidebeatrici