diff options
author | Taylor Simpson <tsimpson@quicinc.com> | 2023-04-06 10:42:41 -0700 |
---|---|---|
committer | Taylor Simpson <tsimpson@quicinc.com> | 2023-04-21 09:32:52 -0700 |
commit | 761e1c675e73502f95fc9e70aaeb4f228985cc44 (patch) | |
tree | 2ef4ef92b94b56509ecc37beb772d14562952095 /tests/tcg/hexagon/Makefile.target | |
parent | 148ef7fd8d7ec0bc48668a6ec28584e18b76912d (diff) |
Hexagon (tests/tcg/hexagon) Move HVX test infra to header file
This will facilitate adding additional tests in separate .c files
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230406174241.853296-1-tsimpson@quicinc.com>
Diffstat (limited to 'tests/tcg/hexagon/Makefile.target')
-rw-r--r-- | tests/tcg/hexagon/Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcg/hexagon/Makefile.target b/tests/tcg/hexagon/Makefile.target index 0d82dfa76e..7c94db4bc4 100644 --- a/tests/tcg/hexagon/Makefile.target +++ b/tests/tcg/hexagon/Makefile.target @@ -84,6 +84,7 @@ usr: usr.c scatter_gather: CFLAGS += -mhvx vector_add_int: CFLAGS += -mhvx -fvectorize +hvx_misc: hvx_misc.c hvx_misc.h hvx_misc: CFLAGS += -mhvx hvx_histogram: CFLAGS += -mhvx -Wno-gnu-folding-constant |