summaryrefslogtreecommitdiffstats
path: root/vec_avx_double4.h
diff options
context:
space:
mode:
Diffstat (limited to 'vec_avx_double4.h')
-rw-r--r--vec_avx_double4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vec_avx_double4.h b/vec_avx_double4.h
index 3d3225c..af0c328 100644
--- a/vec_avx_double4.h
+++ b/vec_avx_double4.h
@@ -520,7 +520,7 @@ namespace vecmathlib {
}
boolvec_t operator!=(realvec const& x) const
{
- return _mm256_cmp_pd(v, x.v, _CMP_NEQ_OQ);
+ return _mm256_cmp_pd(v, x.v, _CMP_NEQ_UQ); // Note: _UQ here
}
boolvec_t operator<(realvec const& x) const
{
OpenPOWER on IntegriCloud