Re: [Numpy-discussion] Adding POWER10 (VSX4) support to the SIMD framework

2021-07-31 Thread Ralf Gommers
On Wed, Jul 21, 2021 at 9:38 PM Nicholai Tukanov wrote: > I would like to understand how to go about extending the SIMD framework in > order to add support for POWER10. Specifically, I would like to add the > following instructions: `lxvp` and `stxvp` which loads/stores 256 bits > into/from two v

[Numpy-discussion] Adding POWER10 (VSX4) support to the SIMD framework

2021-07-21 Thread Nicholai Tukanov
I would like to understand how to go about extending the SIMD framework in order to add support for POWER10. Specifically, I would like to add the following instructions: `lxvp` and `stxvp` which loads/stores 256 bits into/from two vectors. I believe that this will be able to give a decent performa