Commit 1a38446
committed
Clarify inline assembly vs separate assembly file usage
- Made it clear that separate assembly files (.S/.asm) are preferred
- Documented which platforms support inline assembly (x86/x64/ARM with GCC only)
- Explained that Clang, RISC-V, macOS, and Windows always use separate files
- Reorganized to recommend assembly files first, inline as legacy option1 parent df82420 commit 1a38446
1 file changed
+18
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
173 | 188 | | |
174 | 189 | | |
175 | 190 | | |
| |||
0 commit comments