Skip to content

Commit

Permalink
Upgrade tetl
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Feb 21, 2024
1 parent 26a2b94 commit 5c95baf
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 23 deletions.
1 change: 0 additions & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ target_sources(gritwave-grit INTERFACE
"grit/core/arm.hpp"
"grit/core/benchmark.hpp"
"grit/core/config.hpp"
"grit/core/mdspan.hpp"

"grit/fft.hpp"
"grit/fft/bitrevorder.hpp"
Expand Down
18 changes: 0 additions & 18 deletions lib/grit/core/mdspan.hpp

This file was deleted.

2 changes: 1 addition & 1 deletion lib/grit/fft/bitrevorder.hpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#pragma once

#include <grit/core/mdspan.hpp>
#include <grit/math/ilog2.hpp>

#include <etl/array.hpp>
#include <etl/bit.hpp>
#include <etl/concepts.hpp>
#include <etl/cstddef.hpp>
#include <etl/linalg.hpp>
#include <etl/type_traits.hpp>
#include <etl/utility.hpp>

Expand Down
1 change: 0 additions & 1 deletion lib/grit/fft/fft.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once

#include <grit/core/mdspan.hpp>
#include <grit/fft/bitrevorder.hpp>
#include <grit/fft/direction.hpp>
#include <grit/math/ilog2.hpp>
Expand Down
4 changes: 3 additions & 1 deletion lib/grit/math/buffer_interpolation.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#pragma once

#include <grit/core/mdspan.hpp>
#include <grit/math/hermite_interpolation.hpp>
#include <grit/math/linear_interpolation.hpp>

#include <etl/linalg.hpp>
#include <etl/mdspan.hpp>

namespace grit {

/// \ingroup grit-math
Expand Down

0 comments on commit 5c95baf

Please sign in to comment.