Skip to content

Commit

Permalink
Fix another reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Oct 15, 2024
1 parent 550c34e commit c90c2ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions benchmarks/elementary_functions_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@
#include "base/macros.hpp" // 🧙 For PRINCIPIA_REPEAT.
#include "benchmark/benchmark.h"
#include "benchmarks/metric.hpp"
#include "functions/cos.hpp"
#include "functions/sin.hpp"
#include "core-math/cos.h"
#include "core-math/sin.h"
#include "numerics/sin_cos.hpp"
#include "quantities/numbers.hpp" // 🧙 For π.

namespace principia {
namespace functions {

using namespace principia::benchmarks::_metric;
using namespace principia::functions::_cos;
using namespace principia::functions::_sin;
using namespace principia::numerics::_sin_cos;

static constexpr std::int64_t number_of_iterations = 1000;
Expand Down

0 comments on commit c90c2ff

Please sign in to comment.