We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a0711 commit d7c1081Copy full SHA for d7c1081
mkl_fft/src/mklfft.h
@@ -77,4 +77,4 @@ extern int float_cfloat_mkl_ifftnd_out(PyArrayObject*, PyArrayObject*);
77
extern int double_cdouble_mkl_fftnd_out(PyArrayObject*, PyArrayObject*);
78
extern int double_cdouble_mkl_ifftnd_out(PyArrayObject*, PyArrayObject*);
79
80
-extern char* mkl_dfti_error(int);
+extern char* mkl_dfti_error(MKL_LONG);
0 commit comments