Skip to content

Commit

Permalink
Bring all of my work into the dev branch for further work
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Apr 2, 2024
1 parent 4a629cc commit 60f8ecb
Show file tree
Hide file tree
Showing 10 changed files with 2,456 additions and 39 deletions.
9 changes: 9 additions & 0 deletions ccmath_headers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ set(ccmath_internal_headers
##########################################

set(ccmath_math_basic_impl_headers
${CMAKE_CURRENT_SOURCE_DIR}/include/ccmath/math/basic/impl/fma_float_impl.hpp
${CMAKE_CURRENT_SOURCE_DIR}/include/ccmath/math/basic/impl/fma_double_impl.hpp
${CMAKE_CURRENT_SOURCE_DIR}/include/ccmath/math/basic/impl/nan_float_impl.hpp
${CMAKE_CURRENT_SOURCE_DIR}/include/ccmath/math/basic/impl/nan_double_impl.hpp
${CMAKE_CURRENT_SOURCE_DIR}/include/ccmath/math/basic/impl/remquo_float_impl.hpp
Expand Down Expand Up @@ -111,7 +113,14 @@ set(ccmath_math_exponential_headers
${CMAKE_CURRENT_SOURCE_DIR}/include/ccmath/math/exponential/log10.hpp
)

set(ccmath_math_fmanip_impl_headers
${CMAKE_CURRENT_SOURCE_DIR}/include/ccmath/math/fmanip/impl/scalbn_float_impl.hpp
${CMAKE_CURRENT_SOURCE_DIR}/include/ccmath/math/fmanip/impl/scalbn_double_impl.hpp
${CMAKE_CURRENT_SOURCE_DIR}/include/ccmath/math/fmanip/impl/scalbn_ldouble_impl.hpp
)

set(ccmath_math_fmanip_headers
${ccmath_math_fmanip_impl_headers}
${CMAKE_CURRENT_SOURCE_DIR}/include/ccmath/math/fmanip/copysign.hpp
${CMAKE_CURRENT_SOURCE_DIR}/include/ccmath/math/fmanip/frexp.hpp
${CMAKE_CURRENT_SOURCE_DIR}/include/ccmath/math/fmanip/ilogb.hpp
Expand Down
Loading

0 comments on commit 60f8ecb

Please sign in to comment.