We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fast
1 parent 4d3d356 commit c0c7d10Copy full SHA for c0c7d10
docs/build_api.py
@@ -189,13 +189,14 @@ def build_index_page(groups):
189
"sin",
190
"sinh",
191
("sqrt", "sqrt(const V&)"),
192
+ "rsqrt",
193
"tan",
194
"tanh",
195
"tgamma",
- "trunc",
196
+ "rcp",
197
"rint",
- "rsqrt",
198
"round",
199
+ "trunc",
200
"signbit",
201
"isinf",
202
"isnan",
@@ -206,6 +207,9 @@ def build_index_page(groups):
206
207
"fast_cos",
208
"fast_sin",
209
"fast_tan",
210
+ "fast_rcp",
211
+ "fast_sqrt",
212
+ "fast_rsqrt",
213
"fast_div",
214
],
215
"Conditional": [
0 commit comments