mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
bug #936, patch 1/3: some cleanup and renaming for consistency.
This commit is contained in:
@@ -22,8 +22,8 @@ namespace internal {
|
||||
#define EIGEN_HAS_FUSED_MADD 1
|
||||
#endif
|
||||
|
||||
#ifndef EIGEN_HAS_FUSE_CJMADD
|
||||
#define EIGEN_HAS_FUSE_CJMADD 1
|
||||
#ifndef EIGEN_HAS_FUSED_CJMADD
|
||||
#define EIGEN_HAS_FUSED_CJMADD
|
||||
#endif
|
||||
|
||||
// NOTE Altivec has 32 registers, but Eigen only accepts a value of 8 or 16
|
||||
|
||||
Reference in New Issue
Block a user