We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efebb6d commit 50e25f6Copy full SHA for 50e25f6
doc/langref.html.in
@@ -4491,6 +4491,12 @@ test "call foo" {
4491
This function is only valid within function scope.
4492
</p>
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#}
4500
{#header_open|@setCold#}
4501
<pre><code class="zig">@setCold(is_cold: bool)</code></pre>
4502
<p>
0 commit comments