Commit e566c33
committed
docs: remove AVX2-cfg-gate deferral note (moot under project design)
Per project convention, every AVX-512 build has AVX2 codegen HARD-disabled
by design — AVX-512 builds use _mm512_* exclusively (zmm registers only,
no mixed-width). The 256-bit AVX2-tier types in simd_avx512.rs are
unreachable in any valid build configuration where the soundness concern
would apply. The reviewer's AVX2-types-ungated finding was theoretical,
not real.1 parent 9b3674b commit e566c33
1 file changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 28 | | |
37 | 29 | | |
38 | 30 | | |
| |||
0 commit comments