xsimd icon indicating copy to clipboard operation
xsimd copied to clipboard

Enable dispatching against the xsimd::generic architecture

Open amyspark opened this issue 2 years ago • 0 comments

👋

Vc has a "Scalar" architecture that allows the library to be used without targeting any particular ISA, hence doing all computations on individual values.

xsimd does have something similar (xsimd::generic) that is the fallback for all architecture types. Would it be possible to complete its definition, if even with a dummy register type (a single T value), so as to make xsimd usable on potentially unknown instruction sets?

amyspark avatar Nov 07 '21 16:11 amyspark