diff options
Diffstat (limited to 'vec_sse_double2.h')
-rw-r--r-- | vec_sse_double2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vec_sse_double2.h b/vec_sse_double2.h index 11790c3..5d64688 100644 --- a/vec_sse_double2.h +++ b/vec_sse_double2.h @@ -188,7 +188,7 @@ namespace vecmathlib { boolvec_t convert_bool() const { // Result: convert_bool(0)=false, convert_bool(else)=true - // There is no intrinsic to compare with zero. Instead, we check + // There is no intrinsic to compare to zero. Instead, we check // whether x is positive and x-1 is negative. intvec_t x = *this; // We know that boolvec_t values depend only on the sign bit |