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.
1 parent 4fb0032 commit a08010bCopy full SHA for a08010b
1 file changed
quaddtype/numpy_quaddtype/src/ops.hpp
@@ -1247,7 +1247,7 @@ quad_is_nonzero(const Sleef_quad *a)
1247
{
1248
// A value is falsy if it's exactly zero (positive or negative)
1249
// NaN and inf are truthy
1250
- npy_bool is_zero = Sleef_icmpeqq1_purec(*a, QUAD_ZERO);
+ npy_bool is_zero = Sleef_icmpeqq1(*a, QUAD_ZERO);
1251
return !is_zero;
1252
}
1253
0 commit comments