[upstream_utils] Remove Eigen intellisense fix (#7397)

FRC Code intellisense continued to work in developerRobot with a QR
decomposition.
This commit is contained in:
Tyler Veness
2024-11-16 22:16:11 -08:00
committed by GitHub
parent b040059108
commit d1de7663d3
2 changed files with 0 additions and 34 deletions

View File

@@ -174,13 +174,6 @@
//----------------------------------------------------------------------
// Disable vectorization in intellisense
#ifdef __INTELLISENSE__
#ifndef EIGEN_DONT_VECTORIZE
#define EIGEN_DONT_VECTORIZE
#endif
#endif
// if alignment is disabled, then disable vectorization. Note: EIGEN_MAX_ALIGN_BYTES is the proper check, it takes into
// account both the user's will (EIGEN_MAX_ALIGN_BYTES,EIGEN_DONT_ALIGN) and our own platform checks
#if EIGEN_MAX_ALIGN_BYTES == 0