mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Merge branch 'master' into zen_stdlib
This commit is contained in:
commit
52ef1aadcb
@ -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