aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/double.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'blas/double.cpp')
-rw-r--r--blas/double.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/blas/double.cpp b/blas/double.cpp
index 295b1d1f2..eb2e57307 100644
--- a/blas/double.cpp
+++ b/blas/double.cpp
@@ -19,7 +19,7 @@
#include "level2_real_impl.h"
#include "level3_impl.h"
-double BLASFUNC(dsdot)(int* n, float* x, int* incx, float* y, int* incy)
+double EIGEN_BLAS_FUNC(sdot)(int* n, float* x, int* incx, float* y, int* incy)
{
if(*n<=0) return 0;