Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
# Check that the generated files agree with the checked-in versions.
check-stdarch-gen:
needs: [style]
name: Check stdarch-gen-{arm, loongarch, hexagon, hexagon-scalar} output
name: Check stdarch-gen-{arm, loongarch, hexagon} output
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
Expand All @@ -342,11 +342,7 @@ 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.
#
Expand Down
7 changes: 0 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/core_arch/src/hexagon/scalar.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// This code is automatically generated. DO NOT MODIFY.
//! Hexagon scalar intrinsics
//!
//! This module provides intrinsics for scalar (non-HVX) Hexagon DSP operations,
Expand Down
9 changes: 0 additions & 9 deletions crates/stdarch-gen-hexagon-scalar/Cargo.toml

This file was deleted.

Loading