Re: [eigen] Signed or unsigned indexing |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
By, the way, on this case, the Intel compiler is wrong to complain.The loop is countable, and its trip count is nb_point.
I have sent this as a bug to the Intel compiler team and it seems that they don’t really care. There are so many cases where unsigned integers is a nightmare for them that they just don’t seem to bother anymore.
Another example is this one, from Chandler Carruth at 39:20, https://www.youtube.com/watch?v=yG1OZ69H_-o
François Fayard
Founder & Consultant - Inside Loop
Applied Mathematics & High Performance Computing
> On Jan 20, 2017, at 5:14 PM, Henrik Mannerström <henrik.mannerstrom@xxxxxxxxx> wrote:
>
> Great points, thank you!
>
> - Henrik