Skip to content

Commit a53e9df

Browse files
committed
test that hexagon scalar output matches checked-in code
1 parent 8dfb357 commit a53e9df

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,10 @@ jobs:
331331
run: |
332332
cargo run -p stdarch-gen-hexagon --release
333333
git diff --exit-code
334+
- name: Check hexagon scalar
335+
run: |
336+
cargo run -p stdarch-gen-hexagon-scalar --release
337+
git diff --exit-code
334338
335339
# Run some tests with Miri. Most stdarch functions use platform-specific intrinsics
336340
# that Miri does not support. Also Miri is reltively slow.

0 commit comments

Comments
 (0)