Skip to content

Consider merging efforts with SIMDe project #9

@nemequ

Description

@nemequ

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions