On 2/12/22 03:03, Alex Bennée wrote:
The aim of this is to test code generation for vectorised operations.
Unfortunately gcc struggles to do much with the messy sha1 code (try
-fopt-info-vec-missed to see why). However it's better than nothing.
We assume the non-vectorised output is gold and baring compiler bugs
the outputs should match.
Signed-off-by: Alex Bennée<alex.ben...@linaro.org>
Message-Id:<20220202191242.652607-3-alex.ben...@linaro.org>
---
tests/tcg/aarch64/Makefile.target | 10 ++++++++++
tests/tcg/arm/Makefile.target | 9 +++++++++
2 files changed, 19 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~