Skip to content

Commit 789fa5b

Browse files
committed
feat: Migrate deterministic math from fdlibm to gamemath
1 parent c1c0b83 commit 789fa5b

5 files changed

Lines changed: 348 additions & 196 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ endif()
6464

6565
include(cmake/config.cmake)
6666
include(cmake/gamespy.cmake)
67-
include(cmake/fdlibm.cmake)
67+
include(cmake/gamemath.cmake)
6868
include(cmake/lzhl.cmake)
6969

7070
if (IS_VS6_BUILD)

Core/Libraries/Source/WWVegas/WWMath/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ target_link_libraries(core_wwmath PRIVATE
8989
core_wwcommon
9090
corei_always
9191
core_wwsaveload
92-
fdlibm
92+
gamemath
9393
)
9494

9595
# @todo Test its impact and see what to do with the legacy functions.

0 commit comments

Comments
 (0)