Skip to content

Commit

Permalink
[upstream_utils] Remove Eigen intellisense fix (wpilibsuite#7397)
Browse files Browse the repository at this point in the history
FRC Code intellisense continued to work in developerRobot with a QR
decomposition.
  • Loading branch information
calcmogul authored Nov 17, 2024
1 parent b040059 commit d1de766
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
27 changes: 0 additions & 27 deletions upstream_utils/eigen_patches/0002-Intellisense-fix.patch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1de766

Please sign in to comment.