mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 14:57:05 +01:00
Control Eigen vectorisatoin
This commit is contained in:
@ -50,7 +50,14 @@ directory
|
|||||||
#pragma diag_suppress extra_semicolon
|
#pragma diag_suppress extra_semicolon
|
||||||
|
|
||||||
//Eigen only
|
//Eigen only
|
||||||
#define EIGEN_DONT_VECTORIZE
|
#endif
|
||||||
|
|
||||||
|
// Disable vectorisation in Eigen on the Power8/9 and PowerPC
|
||||||
|
#ifdef __ALTIVEC__
|
||||||
|
#define EIGEN_DONT_VECTORIZE
|
||||||
|
#endif
|
||||||
|
#ifdef __VSX__
|
||||||
|
#define EIGEN_DONT_VECTORIZE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user