| ... | ... | @@ -4491,6 +4491,12 @@ test "call foo" { |
| 4491 | 4491 | This function is only valid within function scope. |
| 4492 | 4492 | </p> |
| 4493 | 4493 | {#header_close#} |
| 4494 | {#header_open|@setAlignStack#} |
| 4495 | <pre><code class="zig">@setAlignStack(comptime alignment: u29)</code></pre> |
| 4496 | <p> |
| 4497 | Ensures that a function will have a stack alignment of at least <code>alignment</code> bytes. |
| 4498 | </p> |
| 4499 | {#header_close#} |
| 4494 | 4500 | {#header_open|@setCold#} |
| 4495 | 4501 | <pre><code class="zig">@setCold(is_cold: bool)</code></pre> |
| 4496 | 4502 | <p> |