mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
only include SSE path if SSE enabled
This commit is contained in:
parent
d02eccf584
commit
39095c8faa
5
Eigen/LU
5
Eigen/LU
@ -25,7 +25,10 @@ namespace Eigen {
|
|||||||
#include "src/LU/PartialPivLU.h"
|
#include "src/LU/PartialPivLU.h"
|
||||||
#include "src/LU/Determinant.h"
|
#include "src/LU/Determinant.h"
|
||||||
#include "src/LU/Inverse.h"
|
#include "src/LU/Inverse.h"
|
||||||
#include "src/LU/arch/Inverse_SSE.h"
|
|
||||||
|
#if defined EIGEN_VECTORIZE_SSE
|
||||||
|
#include "src/LU/arch/Inverse_SSE.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
} // namespace Eigen
|
} // namespace Eigen
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user