-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The result is wrong in rot, when INCX and INCY equal to 0. #4
Labels
Comments
closed by c5852d4 csrot returned the wrong result when incx==incy==0. |
This was referenced Jan 20, 2013
This was referenced Jul 7, 2015
Closed
Closed
Closed
ghost
mentioned this issue
Feb 4, 2020
Closed
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
José Luis García Pallero reported it on GotoBLAS mailing list.
The test code:
include<stdio.h>
//#include<common.h>
//#include<cblas.h>
void drot_(int_,double_,int_,double_,int_,double_,double*);
int main()
{
}
The text was updated successfully, but these errors were encountered: