Skip to content

Commit

Permalink
Revert spurious macro changes from mockingbirdnest#3931
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Mar 31, 2024
1 parent fafb825 commit 68565a8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions base/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,7 @@ char const* const Architecture = "x86-64";
// We assume that the processor is at least a Prescott since we only support
// 64-bit architectures.
#define PRINCIPIA_USE_SSE3_INTRINSICS() !_DEBUG
#ifndef PRINCIPIA_USE_FMA_IF_AVAILABLE
#define PRINCIPIA_USE_FMA_IF_AVAILABLE() !_DEBUG
#endif

#ifndef PRINCIPIA_CONFIGURABLE_TEST_SUFFIX
#define PRINCIPIA_CONFIGURABLE_TEST_SUFFIX
#endif
#define PRINCIPIA_CONFIGURABLE_TEST_NAME(Fixture) \
Fixture##(PRINCIPIA_CONFIGURABLE_TEST_SUFFIX)

// Set this to 1 to test analytical series based on piecewise Poisson series.
#define PRINCIPIA_CONTINUOUS_TRAJECTORY_SUPPORTS_PIECEWISE_POISSON_SERIES 0
Expand Down

0 comments on commit 68565a8

Please sign in to comment.