Open martin-g opened 7 months ago
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!
__ARM_NEON_NO
Successful CI run at my fork: https://github.com/martin-g/spaln/actions/runs/8833642629
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!