Some fixes to the bgq config

MR and NR for double complex were wrong
Default fusing factor for double precision was wrong as well
This commit is contained in:
Tyler Michael Smith
2014-04-04 14:50:03 +00:00
parent 2041c26451
commit 4e3eb39aca
2 changed files with 5 additions and 11 deletions

View File

@@ -57,7 +57,6 @@ void bli_daxpyv_opt_var1(
}
// Call the reference implementation if needed.
if ( use_ref == TRUE ) {
printf("Defaulting to reference!");
BLIS_DAXPYV_KERNEL_REF( conjx, n, alpha, x, incx, y, incy );
return;
}