We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d74c95 commit 56f42deCopy full SHA for 56f42de
2 files changed
CHANGELOG.md
@@ -9,6 +9,8 @@
9
feature-bundle compile check while keeping scalar as the only active backend.
10
- Added SSSE3/SSE4.1 candidate reporting and reserved feature-bundle compile
11
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.
14
15
## 0.6.0 - 2026-05-14
16
scripts/checks.sh
@@ -19,6 +19,9 @@ scripts/validate-unsafe-boundary.sh
19
echo "checks: SIMD admission policy"
20
scripts/validate-simd-admission.sh
21
22
+echo "checks: SIMD feature bundles"
23
+scripts/check_simd_feature_bundles.sh
24
+
25
echo "checks: panic policy"
26
scripts/validate-panic-policy.sh
27
0 commit comments