spaln icon indicating copy to clipboard operation
spaln copied to clipboard

Support Linux aarch64 via sse2neon

Open martin-g opened this issue 9 months ago • 1 comments

Fixes https://github.com/ogotoh/spaln/issues/67

This is a PR that uses https://github.com/DLTcollab/sse2neon/ to translate SSE to NEON. It basically disables the usage of arm_neon.h and uses the sse4.1 impls for aarch64.

If the PR is accepted then all the code for __ARM_NEON_NO could be removed!

martin-g avatar Apr 25 '24 13:04 martin-g

Successful CI run at my fork: https://github.com/martin-g/spaln/actions/runs/8833642629

martin-g avatar Apr 25 '24 13:04 martin-g