rvaser / spoa

SIMD partial order alignment tool/library
MIT License
158 stars 32 forks source link

Introduced SIMDe for portable SIMD #29

Closed mbrcic closed 4 years ago

mbrcic commented 4 years ago

SIMDe includes implementations of SIMD instruction sets for systems which don't natively support them. I have used this to port SSE4.1 to ARM NEON intrisics and there is a performance gain wrt auto-vectorized SISD-code version on ARM.