Skip to content

Commit

Permalink
Implement type traits for floating point numbers to simplify bit mani…
Browse files Browse the repository at this point in the history
…pulation internally
  • Loading branch information
Rinzii committed Feb 29, 2024
1 parent c0b4993 commit 6d7a2a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ccmath_headers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set(ccmath_internal_helpers_headers

set(ccmath_internal_typetraits_headers
${CMAKE_CURRENT_SOURCE_DIR}/include/ccmath/internal/type_traits/is_constant_evaluated.hpp
${CMAKE_CURRENT_SOURCE_DIR}/include/ccmath/internal/type_traits/floating_point_traits.hpp
)

set(ccmath_internal_utility_headers
Expand Down

0 comments on commit 6d7a2a0

Please sign in to comment.