On 4/26/23 04:30, Taylor Simpson wrote:
--- tests/tcg/hexagon/v6mpy_ref.h | 161 ++++++++++++++++++++++++++++++ tests/tcg/hexagon/v68_hvx.c | 90 +++++++++++++++++ tests/tcg/hexagon/Makefile.target | 3 + 3 files changed, 254 insertions(+) create mode 100644 tests/tcg/hexagon/v6mpy_ref.h create mode 100644 tests/tcg/hexagon/v68_hvx.c diff --git a/tests/tcg/hexagon/v6mpy_ref.h b/tests/tcg/hexagon/v6mpy_ref.h new file mode 100644 index 0000000000..8258cddcb1 --- /dev/null +++ b/tests/tcg/hexagon/v6mpy_ref.h
Use *.h.inc extension to match rest of codebase. Otherwise, Reviewed-by: Anton Johansson <a...@rev.ng>