Vc icon indicating copy to clipboard operation
Vc copied to clipboard

Add SVE2 instructions to SIMD.

Open aserputov opened this issue 2 years ago • 3 comments

Hello, Vc I would like to try and implement the SVE2 instruction into the code. I appreciate any comments and advice on this. Thank you. https://developer.arm.com/documentation/102340/0001/Introducing-SVE2

aserputov avatar Mar 22 '22 19:03 aserputov

You are welcome to work on Vc if you want. However, you should know that Vc is no longer being actively developed. You may want to consider focusing your work in the std::experimental::simd implementation instead (available with GCC 11 and above).

amadio avatar Mar 23 '22 10:03 amadio

@amadio did you finish working on NEON in Vc? Or how is progress going in std::experimental::simd ? Could guide me please ?

aserputov avatar Apr 11 '22 20:04 aserputov

I think @mattkretz would know better the answer to the questions above. I believe that the work in the C++ standard already has support for NEON on ARM/ARM64, I don't know if support for it was completed in Vc, I've only used Vc_IMPL=Scalar on ARM myself.

amadio avatar Apr 12 '22 08:04 amadio