Commit 1c674db
openspec: fix quality review issues in performance-teaching-hardening
- Resolve vectorization flag inconsistency: use -fopt-info-vec-optimized
consistently across design.md, tasks.md, and simd-vectorization/spec.md,
matching the existing docs/en/guides/learning-path.md content
- Resolve dispatch_example ambiguity: add dispatch_example_main.cpp and
dispatch_example executable target explicitly to the file surface table
and tasks (was referenced in the Mermaid diagram but undefined elsewhere)
- Remove prose hedging in design.md: replace 'Add a page (or expand an
existing section)' with the concrete docs/en/guides/validation.md path
that was already decided in the file surface table
- Make SIMD test path concrete: tests/unit/simd/simd_dispatch_test.cpp
(matching the existing tests/unit/simd/ layout); add note about compiling
without -mavx2 to exercise the runtime guard
- Clarify ci-quality-assurance tombstone: add comment block explaining the
intentional omission so implementers do not question the empty delta
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9abee3f commit 1c674db
4 files changed
Lines changed: 18 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments