mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-16 13:45:58 +08:00
Remove unused variable
This commit is contained in:
parent
4e5385c905
commit
54930b6b55
@ -16,12 +16,6 @@
|
|||||||
#endif
|
#endif
|
||||||
// using namespace Eigen;
|
// using namespace Eigen;
|
||||||
|
|
||||||
#ifdef EIGEN_VECTORIZE_SSE
|
|
||||||
const bool g_vectorize_sse = true;
|
|
||||||
#else
|
|
||||||
const bool g_vectorize_sse = false;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace Eigen {
|
namespace Eigen {
|
||||||
namespace internal {
|
namespace internal {
|
||||||
template<typename T> T negate(const T& x) { return -x; }
|
template<typename T> T negate(const T& x) { return -x; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user