diff options
-rw-r--r-- | vec_qpx_double4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vec_qpx_double4.h b/vec_qpx_double4.h index a1177ab..2d5593d 100644 --- a/vec_qpx_double4.h +++ b/vec_qpx_double4.h @@ -162,7 +162,7 @@ namespace vecmathlib { } static intvec iota() { - const int_t iota_[] = {0, 1, 2, 4}; + const int_t iota_[] = {0, 1, 2, 3}; return intvec(iota_); } |