Skip to content

Commit

Permalink
Add missing fast functions to API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnh committed May 17, 2024
1 parent 4d3d356 commit c0c7d10
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/build_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,14 @@ def build_index_page(groups):
"sin",
"sinh",
("sqrt", "sqrt(const V&)"),
"rsqrt",
"tan",
"tanh",
"tgamma",
"trunc",
"rcp",
"rint",
"rsqrt",
"round",
"trunc",
"signbit",
"isinf",
"isnan",
Expand All @@ -206,6 +207,9 @@ def build_index_page(groups):
"fast_cos",
"fast_sin",
"fast_tan",
"fast_rcp",
"fast_sqrt",
"fast_rsqrt",
"fast_div",
],
"Conditional": [
Expand Down

0 comments on commit c0c7d10

Please sign in to comment.