How to run sve intrinsics in Windows?

42 Views Asked by At

I use simde to run SVE intrinsics in Visual Studio,but only a few sve intrinsics included in simde. how to run sve intrinsics in Windows except simde?

1

There are 1 best solutions below

0
On

SIMDE only has a few SVE intrinsics - but they could still be a useful example for implementing yourself in your own project. But beyond that Arm Intrinsics documentation is very useful.

Here's the overview: https://developer.arm.com/Architectures/Scalable%20Vector%20Extensions
An introductory video: https://www.youtube.com/watch?v=eGCcPo4UAHs
and the full list of developer documentation.