Skip to content

Commit d1de766

Browse files
authored
[upstream_utils] Remove Eigen intellisense fix (#7397)
FRC Code intellisense continued to work in developerRobot with a QR decomposition.
1 parent b040059 commit d1de766

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

upstream_utils/eigen_patches/0002-Intellisense-fix.patch

Lines changed: 0 additions & 27 deletions
This file was deleted.

wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/Core/util/ConfigureVectorization.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,6 @@
174174

175175
//----------------------------------------------------------------------
176176

177-
// Disable vectorization in intellisense
178-
#ifdef __INTELLISENSE__
179-
#ifndef EIGEN_DONT_VECTORIZE
180-
#define EIGEN_DONT_VECTORIZE
181-
#endif
182-
#endif
183-
184177
// if alignment is disabled, then disable vectorization. Note: EIGEN_MAX_ALIGN_BYTES is the proper check, it takes into
185178
// account both the user's will (EIGEN_MAX_ALIGN_BYTES,EIGEN_DONT_ALIGN) and our own platform checks
186179
#if EIGEN_MAX_ALIGN_BYTES == 0

0 commit comments

Comments
 (0)