Re: [PATCH][doc] Fix typos in MINLOC, MAXLOC documentation

2019-03-22 Thread Thomas Koenig
Hi Kyrill, I think there's a typo in the documentation of the MINLOC and MAXLOC intrinsics. It implies that when the BACK argument is true it returns the first occurrence of the min/max value, but my understanding is that it should return the last occurrence. This patch fixes the documentatio

[PATCH][doc] Fix typos in MINLOC, MAXLOC documentation

2019-03-22 Thread Kyrill Tkachov
Hi all, I think there's a typo in the documentation of the MINLOC and MAXLOC intrinsics. It implies that when the BACK argument is true it returns the first occurrence of the min/max value, but my understanding is that it should return the last occurrence. This patch fixes the documentation.