mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-19 08:07:36 +08:00
Fix pragma check for disabling fastmath.
This commit is contained in:
parent
a226371371
commit
c27d1abe46
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
#include "../InternalHeaderCheck.h"
|
#include "../InternalHeaderCheck.h"
|
||||||
|
|
||||||
#if !EIGEN_COMP_LLVM
|
#if EIGEN_COMP_GNUC_STRICT
|
||||||
// These routines requires bit manipulation of the sign, which is not compatible
|
// These routines requires bit manipulation of the sign, which is not compatible
|
||||||
// with fastmath.
|
// with fastmath.
|
||||||
#pragma GCC push_options
|
#pragma GCC push_options
|
||||||
@ -358,7 +358,7 @@ struct compute_inverse_size4<Architecture::Target, double, MatrixType, ResultTyp
|
|||||||
} // namespace internal
|
} // namespace internal
|
||||||
} // namespace Eigen
|
} // namespace Eigen
|
||||||
|
|
||||||
#if !EIGEN_COMP_LLVM
|
#if EIGEN_COMP_GNUC_STRICT
|
||||||
#pragma GCC pop_options
|
#pragma GCC pop_options
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user