Update zdot.c
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Wed, 5 Oct 2016 16:58:03 +0000 (18:58 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2016 16:58:03 +0000 (18:58 +0200)
kernel/mips/zdot.c

index f728d5e..df99bae 100644 (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;