From a53e9df3ccac5eff7b168d1ad33a45cd13d7356e Mon Sep 17 00:00:00 2001 From: Folkert de Vries Date: Sat, 16 May 2026 16:17:27 +0200 Subject: [PATCH] test that hexagon scalar output matches checked-in code --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5dbefef4e..5fa2e26ba7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -331,6 +331,10 @@ jobs: run: | cargo run -p stdarch-gen-hexagon --release git diff --exit-code + - name: Check hexagon scalar + run: | + cargo run -p stdarch-gen-hexagon-scalar --release + git diff --exit-code # Run some tests with Miri. Most stdarch functions use platform-specific intrinsics # that Miri does not support. Also Miri is reltively slow.