Skip to content

Commit 56f42de

Browse files
committed
Run SIMD bundle checks in local gate
1 parent 7d74c95 commit 56f42de

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
feature-bundle compile check while keeping scalar as the only active backend.
1010
- Added SSSE3/SSE4.1 candidate reporting and reserved feature-bundle compile
1111
evidence for older x86 CPUs before any active SIMD admission.
12+
- Added reserved SIMD feature-bundle compile checks to the normal local
13+
`scripts/checks.sh` gate so day-to-day checks match release expectations.
1214

1315
## 0.6.0 - 2026-05-14
1416

scripts/checks.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ scripts/validate-unsafe-boundary.sh
1919
echo "checks: SIMD admission policy"
2020
scripts/validate-simd-admission.sh
2121

22+
echo "checks: SIMD feature bundles"
23+
scripts/check_simd_feature_bundles.sh
24+
2225
echo "checks: panic policy"
2326
scripts/validate-panic-policy.sh
2427

0 commit comments

Comments
 (0)