Skip to content

Commit b1f8b3f

Browse files
committed
Run make clinic
1 parent ee1e65b commit b1f8b3f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Modules/clinic/mathmodule.c.h

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/mathmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2336,7 +2336,7 @@ Compute (x * y) + z with a single round.
23362336

23372337
static PyObject *
23382338
math_fma_impl(PyObject *module, double x, double y, double z)
2339-
/*[clinic end generated code: output=4fc8626dbc278d17 input=2ae8bb2a6e0f8b77]*/
2339+
/*[clinic end generated code: output=4fc8626dbc278d17 input=e3ad1f4a4c89626e]*/
23402340
{
23412341
double r = fma(x, y, z);
23422342

0 commit comments

Comments
 (0)