Skip to content

Document how to combine SIMDe and CPU feature based runtime dispatch #1268

@sdtckr

Description

@sdtckr

Vectorscan uses SIMDe, but it does not switch between native SIMD instructions and SIMDe at runtime.

Is it possible to implement a mechanism that allows switching between native SIMD (e.g., AVX2) and SIMDe-based implementations dynamically, depending on the CPU's capabilities?

Some platforms may lack SIMD support, so ensuring that a single binary runs efficiently across different architectures is important.

What would be the best approach to achieve this?

Thanks in advance for your insights!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions