On Thu, 2 Jun 2022 at 22:49, Richard Henderson
wrote:
>
> Add an interface function to extract the digested vector length
> rather than the raw zcr_el[1] value. This fixes an incorrect
> return from do_prctl_set_vl where we didn't take into account
> the set of vector lengths supported by the cpu
Add an interface function to extract the digested vector length
rather than the raw zcr_el[1] value. This fixes an incorrect
return from do_prctl_set_vl where we didn't take into account
the set of vector lengths supported by the cpu.
Signed-off-by: Richard Henderson
---
v2: Add sve_vq_cached ra