Skip to content

Commit

Permalink
Don’t include what we don’t use
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jan 3, 2025
1 parent db752da commit a35c6df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions numerics/osaca.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#pragma once

#include "base/macros.hpp"

#define PRINCIPIA_USE_OSACA 0
#define PRINCIPIA_USE_OSACA 1

// The macros OSACA_FUNCTION_BEGIN and OSACA_RETURN are used to analyse the
// latency of a double -> double function, as measured, e.g., by the
Expand Down

0 comments on commit a35c6df

Please sign in to comment.