From 761e1c675e73502f95fc9e70aaeb4f228985cc44 Mon Sep 17 00:00:00 2001 From: Taylor Simpson Date: Thu, 6 Apr 2023 10:42:41 -0700 Subject: Hexagon (tests/tcg/hexagon) Move HVX test infra to header file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will facilitate adding additional tests in separate .c files Signed-off-by: Taylor Simpson Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20230406174241.853296-1-tsimpson@quicinc.com> --- tests/tcg/hexagon/Makefile.target | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/tcg/hexagon/Makefile.target') 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 -- cgit v1.2.3