-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
I've been working on an eerily similar project, SIMDe, which is also MIT licensed, and is also an attempt to allow code written for one set of SIMD instructions to run on machines without them.
We're both working on implementing x86/x86_64 ISA extensions right now, but SIMDe is using portable fallbacks (with hints to encourage the compiler to vectorize what it can) instead of NEON instrisics. I have been planning to create a NEON backend for SIMDe eventually, but so far I've been focusing on getting the portable version in place. Eventually I also intend to go in the other direction with SIMDe: NEON (and others) to SSE (and everything else).
I'm wondering if you would be interested in merging the two projects.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels