You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(simd): fix two codex P2 findings on dispatch doc
- Drop the `target_arch = x86_64 | aarch64` constraint from the
nightly-simd arm. `core::simd` is portable, so this arm must match
on wasm32 / riscv too — otherwise enabling `nightly-simd` on those
targets leaves no backend (every other arm excludes it).
- Tighten the scalar fallback predicate to the exact negation of arms
1-4 so x86_64-without-AVX2 also routes to scalar.
- Correct `BF16x8` parity row: `simd_nightly` already re-exports
`BF16x8` (alongside `BF16x16`); the matrix was stale.
0 commit comments