On Thu, 20 Aug 2026 14:51:13 -0700 Brian Cain <[email protected]> wrote: > > Keep HVX lanes host-native while converting byte indexes at memory > and helper boundaries. > > Also place vector comparison predicate bytes according to host word order. > > Suggested-by: Anton Johansson <[email protected]> > Reviewed-by: Anton Johansson <[email protected]> > Signed-off-by: Brian Cain <[email protected]> > --- > target/hexagon/mmvec/macros.h | 23 +++++++++++++++-------- > target/hexagon/mmvec/mmvec.h | 18 ++++++++++++++++++ > target/hexagon/cpu.c | 17 +++++++++++------ > target/hexagon/genptr.c | 3 ++- > target/hexagon/mmvec/system_ext_mmvec.c | 2 +- > target/hexagon/op_helper.c | 17 ++++++++++++----- > 6 files changed, 59 insertions(+), 21 deletions(-)
Reviewed-by: Matheus Tavares Bernardino <[email protected]>
