Skip to content

Commit

Permalink
Merge pull request #4115 from pleroy/CrSinCos
Browse files Browse the repository at this point in the history
Move core-math to its own solution
  • Loading branch information
pleroy authored Oct 15, 2024
2 parents ab9f43c + 550c34e commit 93594e3
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 4,182 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ jobs:
configuration: ${{ matrix.configuration }}
directory: Boost

- name: Download core-math artifact
uses: mockingbirdnest/actions/windows/download_artifact@main
with:
name: core-math
configuration: ${{ matrix.configuration }}
directory: Inria

- name: Download gipfeli artifact
uses: mockingbirdnest/actions/windows/download_artifact@main
with:
Expand Down
6 changes: 2 additions & 4 deletions functions/core_math_accuracy_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#include <limits>
#include <random>

#include "functions/cos.hpp"
#include "core-math/cos.h"
#include "core-math/sin.h"
#include "functions/multiprecision.hpp"
#include "functions/sin.hpp"
#include "glog/logging.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Expand All @@ -17,8 +17,6 @@ namespace functions {
namespace _multiprecision {

using namespace boost::multiprecision;
using namespace principia::functions::_cos;
using namespace principia::functions::_sin;
using namespace principia::testing_utilities::_approximate_quantity;
using namespace principia::testing_utilities::_is_near;

Expand Down
Loading

0 comments on commit 93594e3

Please sign in to comment.