mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
add missing docs for setAlignStack builtin
This commit is contained in:
parent
efebb6d341
commit
50e25f6cec
@ -4491,6 +4491,12 @@ test "call foo" {
|
||||
This function is only valid within function scope.
|
||||
</p>
|
||||
{#header_close#}
|
||||
{#header_open|@setAlignStack#}
|
||||
<pre><code class="zig">@setAlignStack(comptime alignment: u29)</code></pre>
|
||||
<p>
|
||||
Ensures that a function will have a stack alignment of at least <code>alignment</code> bytes.
|
||||
</p>
|
||||
{#header_close#}
|
||||
{#header_open|@setCold#}
|
||||
<pre><code class="zig">@setCold(is_cold: bool)</code></pre>
|
||||
<p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user