JvanKatwijk / dab-cmdline

DAB decoding library with example of its use
GNU General Public License v2.0
57 stars 29 forks source link

Use newer SSE2NEON for more intrinsics with Arm/Aarch64 fastpath #70

Closed jserv closed 4 years ago

jserv commented 4 years ago

The current repository contains a copy of SSE2NEON, which is quite old and non-maintained. DLTcollab/sse2neon is arguably the most active fork of existing SSE2NEON derived projects, providing more SSE intrinsics with ARM/ARM64 optimizations and bug-fixes. It would be great to migrate the latest DLTcollab/sse2neon.

JvanKatwijk commented 4 years ago

Thanks,

Op zo 12 jul. 2020 om 16:55 schreef Jim Huang notifications@github.com:

The current repository contains a copy of SSE2NEON, which is quite old and non-maintained. DLTcollab/sse2neon https://github.com/DLTcollab/sse2neon is arguably the most active fork of existing SSE2NEON derived projects, providing more SSE intrinsics with ARM/ARM64 optimizations and bug-fixes. It would be great to migrate the latest DLTcollab/sse2neon https://github.com/DLTcollab/sse2neon.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/dab-cmdline/issues/70, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCPHQFXSEWXL65AJUKP3U3R3HFHDANCNFSM4OX2YB3Q .

-- Jan van Katwijk