Merge branch 'master' into zen_stdlib

This commit is contained in:
Andrea Orru 2018-03-14 22:15:33 -07:00
commit 52ef1aadcb

View File

@ -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>