mirror of
https://github.com/ziglang/zig.git
synced 2024-11-13 23:52:57 +00:00
Remove @setAlignStack
from the langref
This commit is contained in:
parent
b8795b4d02
commit
985b13934d
@ -5295,13 +5295,6 @@ fn cmpxchgWeakButNotAtomic(comptime T: type, ptr: *T, expected_value: T, new_val
|
||||
{#see_also|Vectors#}
|
||||
{#header_close#}
|
||||
|
||||
{#header_open|@setAlignStack#}
|
||||
<pre>{#syntax#}@setAlignStack(comptime alignment: u29) void{#endsyntax#}</pre>
|
||||
<p>
|
||||
Ensures that a function will have a stack alignment of at least {#syntax#}alignment{#endsyntax#} bytes.
|
||||
</p>
|
||||
{#header_close#}
|
||||
|
||||
{#header_open|@setEvalBranchQuota#}
|
||||
<pre>{#syntax#}@setEvalBranchQuota(comptime new_quota: u32) void{#endsyntax#}</pre>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user