Skip to content

Commit

Permalink
Dont assume expd_v size argument is a 2/4 multiple
Browse files Browse the repository at this point in the history
This comment is misleading as the code treats well the remainder
  • Loading branch information
jschueller authored Feb 25, 2019
1 parent dc9e71c commit 01f461f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmath.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ __m128i iaxL = _mm_castpd_si128(_mm_load_sd((const double*)&c.tbl[adr0]));

/*
px : pointer to array of double
n : size of array(assume multiple of 2 or 4)
n : size of array
*/
inline void expd_v(double *px, size_t n)
{
Expand Down

0 comments on commit 01f461f

Please sign in to comment.