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 1644716 commit 708be1aCopy full SHA for 708be1a
quaddtype/numpy_quaddtype/src/ops.hpp
@@ -386,7 +386,7 @@ quad_equal(const Sleef_quad *a, const Sleef_quad *b)
386
static inline npy_bool
387
quad_notequal(const Sleef_quad *a, const Sleef_quad *b)
388
{
389
- return Sleef_icmpneq1(*a, *b);
+ return Sleef_icmpneq1(*a, *b) | Sleef_iunordq1(*a, *b);
390
}
391
392
0 commit comments