Update test_dotu.c

This commit is contained in:
Martin Kroeker 2018-02-19 09:26:15 +01:00 committed by GitHub
parent 9bc4078457
commit a980939fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
CTEST( zdotu,zdotu_n_1)
{
#ifndef RETURN_BY_STACK
#ifndef MSVC
blasint N=1,incX=1,incY=1;
double x1[]={1.0,1.0};
double y1[]={1.0,2.0};