Skip to content

Commit

Permalink
Remove @setAlignStack from the langref
Browse files Browse the repository at this point in the history
  • Loading branch information
llogick authored and alexrp committed Oct 25, 2024
1 parent b8795b4 commit 985b139
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/langref.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 985b139

Please sign in to comment.