projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95c245d
)
Remove explicit include of complex.h
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Thu, 29 Sep 2016 21:41:43 +0000
(23:41 +0200)
committer
GitHub
<noreply@github.com>
Thu, 29 Sep 2016 21:41:43 +0000
(23:41 +0200)
kernel/mips/zdot_msa.c
patch
|
blob
|
history
diff --git
a/kernel/mips/zdot_msa.c
b/kernel/mips/zdot_msa.c
index b94509392b97ea6389e78a2ea5d8616f8e2b98c9..bfbc29605d78109b7c6ef27494ba79b432de228f 100644
(file)
--- a/
kernel/mips/zdot_msa.c
+++ b/
kernel/mips/zdot_msa.c
@@
-96,7
+96,6
@@
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* zdotc - CONJ */
/* zdotu - !CONJ */
#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)