mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +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.
|
This function is only valid within function scope.
|
||||||
</p>
|
</p>
|
||||||
{#header_close#}
|
{#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#}
|
{#header_open|@setCold#}
|
||||||
<pre><code class="zig">@setCold(is_cold: bool)</code></pre>
|
<pre><code class="zig">@setCold(is_cold: bool)</code></pre>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user