simde icon indicating copy to clipboard operation
simde copied to clipboard

simd support sve2 ?

Open xin486946 opened this issue 1 year ago • 2 comments

xin486946 avatar Jan 08 '24 05:01 xin486946

Is this about: a) SVE2 instructions emulation to be provided by simde? (e.g. software using SVE2 to run on x86) b) SVE2 instructions being utilized to execute of relevant parts of simde? (e.g. AVX emulation running on ARM to become faster) - SVE2 equivalent of #98

If a (or both), then I think instruction-set-support label should be added, @mr-c?

Torinde avatar Mar 26 '24 10:03 Torinde

If the question is a), SIMDe does not yet implement most of SVE; no other work has been even started for implementing SVE2. See https://github.com/simd-everywhere/simde/issues/609

If the question is b), we don't have any optimized implementations of other instructions sets that utilize SVE2 intrinsics, no.

mr-c avatar Mar 26 '24 10:03 mr-c