[MSVCRTEX] Do not include _CI* math functions
authorJérôme Gardou <jerome.gardou@reactos.org>
Thu, 21 Jan 2021 08:43:04 +0000 (09:43 +0100)
committerJérôme Gardou <jerome.gardou@reactos.org>
Thu, 21 Jan 2021 08:43:43 +0000 (09:43 +0100)
They are exported by msvcrt
CORE-17423

sdk/lib/crt/msvcrtex.cmake

index 06bab6a..a9ebe29 100644 (file)
@@ -50,13 +50,6 @@ if(ARCH STREQUAL "i386")
         except/i386/chkstk_asm.s
         except/i386/chkstk_ms.s
         math/i386/alldiv_asm.s)
-    list(APPEND MSVCRTEX_SOURCE
-        math/i386/ci.c
-        math/i386/cicos.c
-        math/i386/cilog.c
-        math/i386/cipow.c
-        math/i386/cisin.c
-        math/i386/cisqrt.c)
     if (GCC AND CLANG)
         # CLang performs some optimisations requiring those funtions
         list(APPEND MSVCRTEX_ASM_SOURCE