Commit 1ce55ee
Reword Phase 9 docs to match Phase 14 capability-gate principle
Two doc nits flagged after the Phase 14 audit. No code path implication.
cpp/qbridge.hpp: replace "A target with FPU (M4F, M7, R82, A55, x86)"
with capability-based phrasing. R82 and A55 ship FPU as optional silicon
per Arm's published RTL configurations; the bridges' FPU requirement is
a capability, not a CPU model.
QUANTIZATION.md Phase 9: replace "__fp16 (ARMv8.2) / _Float16 (gcc) /
bf16 storage typedefs" with the shipped reality (software-only fp16_t /
bf16_t wrapping uint16_t via __builtin_memcpy). Notes the matching SIMD
vector specialization lives in Phase 14 simd_neon_fp16.hpp.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4372319 commit 1ce55ee
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments