Re: [PATCH v3 0/9] VDIV/VMOD Implementation

2022-05-12 Thread Lucas Mateus Martins Araujo e Castro
ping On 20/04/2022 16:40, Lucas Mateus Castro(alqotel) wrote: From: "Lucas Mateus Castro (alqotel)" This patch series is an implementation of the vector divide, vector divide extended and vector modulo instructions from PowerISA 3.1 The first patch are Matheus' patch, used here since the divs2

[PATCH v3 0/9] VDIV/VMOD Implementation

2022-04-20 Thread Lucas Mateus Castro(alqotel)
From: "Lucas Mateus Castro (alqotel)" This patch series is an implementation of the vector divide, vector divide extended and vector modulo instructions from PowerISA 3.1 The first patch are Matheus' patch, used here since the divs256 and divu256 functions use int128_urshift. Patches without re