Remove NaN check from LAPACKE_?laswp and add a comment on why the NaN check is removed.
authorlangou <langou@users.noreply.github.com>
Wed, 28 Oct 2015 02:35:58 +0000 (02:35 +0000)
committerlangou <langou@users.noreply.github.com>
Wed, 28 Oct 2015 02:35:58 +0000 (02:35 +0000)
commit834c77d1a4f44529db3da798dee8d99ff2790770
tree7ca9972e39b1fb05489f2931598a0c4fa4cb9cae
parentcae67b75498079f82336d09c45d61c9cd9d40a05
Remove NaN check from LAPACKE_?laswp and add a comment on why the NaN check is removed.
This might not be the best fix but this will do for now.
Current behavior: LAPACKE_?laswp does not check for NaNs.
See: http://icl.cs.utk.edu/lapack-forum/viewtopic.php?t=4827 for more information.
Thanks to Dmitry Baksheev from Intel.
LAPACKE/src/lapacke_claswp.c
LAPACKE/src/lapacke_dlaswp.c
LAPACKE/src/lapacke_slaswp.c
LAPACKE/src/lapacke_zlaswp.c