Skip to content

Commit 9c66d9e

Browse files
committed
[MSVCRTEX] Add ftol2_asm
It already contains ftoul2_legacy_asm. Do it like this instead of having to link ftol2 lib.
1 parent f20c09f commit 9c66d9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/lib/crt/msvcrtex.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ if(ARCH STREQUAL "i386")
4848
if(MSVC AND DLL_EXPORT_VERSION LESS 0x600)
4949
list(APPEND MSVCRTEX_ASM_SOURCE
5050
except/i386/__CxxFrameHandler3.s
51+
math/i386/ftol2_asm.s
5152
math/i386/ftoul2_legacy_asm.s)
5253
list(APPEND MSVCRTEX_SOURCE
5354
except/i386/CxxHandleV8Frame.c)

0 commit comments

Comments
 (0)