Browse Source

Remove explicit include of complex.h

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

+ 0
- 1
kernel/mips/zdot.c View File

@@ -28,7 +28,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "common.h"

#ifndef _MSC_VER
#include <complex.h>
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)


Loading…
Cancel
Save