Skip to content
Snippets Groups Projects
Commit 50333841 authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

streamline preprocessor checks for type definitions

parent 9f1a3943
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,6 @@
typedef __complex__ double dcomplex;
#ifdef USE_LAPACK
#ifdef USE_MKL
#ifdef USE_ILP64
#ifndef MKL_INT
......@@ -35,7 +34,11 @@ typedef __complex__ double dcomplex;
#ifndef MKL_INT
#define MKL_INT int32_t
#endif // MKL_INT
#endif
#endif // USE_ILP64
#endif // USE_MKL
#ifdef USE_LAPACK
#ifdef USE_MKL
#include <mkl_lapacke.h>
#else
#include <lapacke.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment