Skip to content

Commit 09c56a8

Browse files
committed
syntax error?
1 parent 4e29a9f commit 09c56a8

File tree

1 file changed

+1
-1
lines changed
  • quaddtype/numpy_quaddtype/src

1 file changed

+1
-1
lines changed

quaddtype/numpy_quaddtype/src/ops.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ quad_rint(const Sleef_quad *op)
4242
{
4343
Sleef_quad halfway = Sleef_addq1_u05(
4444
Sleef_truncq1(*op),
45-
Sleef_copysignq1(Sleef_cast_from_doubleq1(0.5), *op),
45+
Sleef_copysignq1(Sleef_cast_from_doubleq1(0.5), *op)
4646
);
4747

4848
// Sleef_rintq1 does not handle some near-halfway cases correctly, so we

0 commit comments

Comments
 (0)