Browse Source

Refs #714. avoid compiling warnings.

tags/v0.2.16.rc1
Zhang Xianyi 9 years ago
parent
commit
c44ff4d648
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/x86_64/dscal.c

+ 1
- 1
kernel/x86_64/dscal.c View File

@@ -87,7 +87,7 @@ static void dscal_kernel_inc_8(BLASLONG n, FLOAT *alpha, FLOAT *x, BLASLONG inc_
static void dscal_kernel_inc_8(BLASLONG n, FLOAT *alpha, FLOAT *x, BLASLONG inc_x)
{

FLOAT *x1;
FLOAT *x1=NULL;
BLASLONG inc_x3;

inc_x <<= 3;


Loading…
Cancel
Save