Commit f81fb2f
fix(moe): unconditional moe_shared_expert label (non-Metal build)
The label was inside #ifdef TQ_HAS_METAL but referenced via goto from
non-Metal code paths (R5+ MoE fast-path skip). Non-Metal builds failed
with 'use of undeclared label'. Make the label unconditional.
Discovered during R8 clean rebuild bisect: cmake without -DTQ_BUILD_METAL=ON
hit this build error.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 98cab93 commit f81fb2f
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1245 | 1245 | | |
1246 | 1246 | | |
1247 | 1247 | | |
1248 | | - | |
1249 | 1248 | | |
1250 | | - | |
| 1249 | + | |
| 1250 | + | |
| 1251 | + | |
1251 | 1252 | | |
1252 | 1253 | | |
1253 | 1254 | | |
| |||
0 commit comments