Browse Source

Update zdot.c

tags/v0.2.20^2
Martin Kroeker GitHub 9 years ago
parent
commit
6e22ecf102
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      kernel/mips/zdot.c

+ 0
- 4
kernel/mips/zdot.c 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;


Loading…
Cancel
Save