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:
@@ -24,8 +24,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
|
||||
|
||||
// FIXME NEON has 16 quad registers, but since the current register allocator
|
||||
|
||||
Reference in New Issue
Block a user