Skip to content

Commit

Permalink
Update floating_point_traits header to use the support namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Apr 9, 2024
1 parent 03f2488 commit d389200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/ccmath/internal/support/floating_point_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <cstdint>
#include <type_traits>

namespace ccm::helpers
namespace ccm::support
{
template <class FloatingType>
struct floating_point_traits;
Expand Down Expand Up @@ -96,5 +96,5 @@ namespace ccm::helpers
const auto bits = __builtin_bit_cast(uint_type, x);
return bits & ~traits::shifted_sign_mask;
}
}
} // namespace ccm::support

0 comments on commit d389200

Please sign in to comment.