Skip to content

Commit 7a85fbf

Browse files
committed
removed todo comment: umath.cpp
1 parent d664a59 commit 7a85fbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quaddtype/numpy_quaddtype/src/umath.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ quad_ufunc_promoter(PyUFuncObject *ufunc, PyArray_DTypeMeta *op_dtypes[],
330330
for (int i = 0; i < nin; i++) {
331331
if (op_dtypes[i] == &QuadPrecDType) {
332332
has_quad = true;
333-
// todo: Why below line always picking the backend as SLEEF
334333
QuadPrecDTypeObject *descr =
335334
(QuadPrecDTypeObject *)PyArray_GetDefaultDescr(op_dtypes[i]);
336335

0 commit comments

Comments
 (0)