RE: [PATCH 1/9] Hexagon (target/hexagon) Add support for v68/v69/v71/v73

2023-04-26 Thread Taylor Simpson
TCH 1/9] Hexagon (target/hexagon) Add support for > v68/v69/v71/v73 > > On 4/26/23 04:30, Taylor Simpson wrote: > > diff --git a/target/hexagon/cpu.c b/target/hexagon/cpu.c index > > ab40cfc283..8699db8c24 100644 > > --- a/target/hexagon/cpu.c > > +++

Re: [PATCH 1/9] Hexagon (target/hexagon) Add support for v68/v69/v71/v73

2023-04-26 Thread Anton Johansson via
On 4/26/23 04:30, Taylor Simpson wrote: Add support for the ELF flags Move target/hexagon/cpu.[ch] to be v73 Change the compiler flag used by "make check-tcg" The decbin instruction is removed in Hexagon v73, so check the version before trying to compile the instruction. Signed-off-by:

[PATCH 1/9] Hexagon (target/hexagon) Add support for v68/v69/v71/v73

2023-04-25 Thread Taylor Simpson
Add support for the ELF flags Move target/hexagon/cpu.[ch] to be v73 Change the compiler flag used by "make check-tcg" The decbin instruction is removed in Hexagon v73, so check the version before trying to compile the instruction. Signed-off-by: Taylor Simpson --- configure