lambda-lanczos 2.1.1
Loading...
Searching...
No Matches
macro.hpp
Go to the documentation of this file.
1#ifndef LAMBDA_LANCZOS_MACRO_H_
2#define LAMBDA_LANCZOS_MACRO_H_
3
4#if defined(LAMBDA_LANCZOS_STDPAR_SEQ)
5#define LAMBDA_LANCZOS_STDPAR_POLICY std::execution::seq
6#elif defined(LAMBDA_LANCZOS_STDPAR_PAR)
7#define LAMBDA_LANCZOS_STDPAR_POLICY std::execution::par
8#elif defined(LAMBDA_LANCZOS_STDPAR_PAR_UNSEQ)
9#define LAMBDA_LANCZOS_STDPAR_POLICY std::execution::par_unseq
10#elif defined(LAMBDA_LANCZOS_STDPAR_UNSEQ)
11#define LAMBDA_LANCZOS_STDPAR_POLICY std::execution::unseq
12#endif
13
14#endif /* LAMBDA_LANCZOS_MACRO_H_ */