Update zdot.c

This commit is contained in:
Martin Kroeker 2016-10-05 18:58:03 +02:00 committed by GitHub
parent 6221d6df5f
commit 6e22ecf102
1 changed files with 0 additions and 4 deletions

View File

@ -27,11 +27,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "common.h"
#ifndef _MSC_VER
FLOAT _Complex CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x, FLOAT *y, BLASLONG inc_y)
#else
OPENBLAS_COMPLEX_FLOAT CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x, FLOAT *y, BLASLONG inc_y)
#endif
{
BLASLONG i=0;
BLASLONG ix=0,iy=0;