Skip to content

Commit 87f7f97

Browse files
committed
hexagon: Add scalar DSP intrinsics
1 parent bc46000 commit 87f7f97

8 files changed

Lines changed: 20920 additions & 81 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)