Skip to content

Commit

Permalink
Fix the algebra concept by removing the simd requirement that is only…
Browse files Browse the repository at this point in the history
… needed for the SIMD plugins
  • Loading branch information
niermann999 committed Dec 9, 2024
1 parent 878388c commit 069a8e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/include/algebra/concepts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ template <typename A>
concept algebra = (concepts::value<typename A::value_type> &&
concepts::scalar<typename A::scalar> &&
concepts::index<typename A::size_type> &&
concepts::simd_scalar<typename A::template simd<float>> &&
concepts::vector3D<typename A::vector3D> &&
concepts::point2D<typename A::point2D> &&
concepts::point3D<typename A::point3D> &&
Expand Down

0 comments on commit 069a8e6

Please sign in to comment.