From af3527d4d2e616a6da82fcfe13734c9fd1239790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Thu, 21 Jan 2021 09:43:04 +0100 Subject: [PATCH] [MSVCRTEX] Do not include _CI* math functions They are exported by msvcrt CORE-17423 --- sdk/lib/crt/msvcrtex.cmake | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sdk/lib/crt/msvcrtex.cmake b/sdk/lib/crt/msvcrtex.cmake index 06bab6a5021..a9ebe297330 100644 --- a/sdk/lib/crt/msvcrtex.cmake +++ b/sdk/lib/crt/msvcrtex.cmake @@ -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