Re: [PATCH v3 21/30] Hexagon HVX (target/hexagon) helper overrides - vector splat and abs

2021-09-20 Thread Richard Henderson
On 9/20/21 2:24 PM, Taylor Simpson wrote: Signed-off-by: Taylor Simpson --- target/hexagon/gen_tcg_hvx.h | 26 ++ 1 file changed, 26 insertions(+) Reviewed-by: Richard Henderson r~

[PATCH v3 21/30] Hexagon HVX (target/hexagon) helper overrides - vector splat and abs

2021-09-20 Thread Taylor Simpson
Signed-off-by: Taylor Simpson --- target/hexagon/gen_tcg_hvx.h | 26 ++ 1 file changed, 26 insertions(+) diff --git a/target/hexagon/gen_tcg_hvx.h b/target/hexagon/gen_tcg_hvx.h index aa38398..e10e410 100644 --- a/target/hexagon/gen_tcg_hvx.h +++