[CRT] Add simplistic fallback implementation of sincos to make GCC 11 happy

This commit is contained in:
Timo Kreuzer 2022-06-25 12:27:39 +02:00
parent 28c41b7d22
commit dacbc603b6
3 changed files with 17 additions and 0 deletions

View file

@ -6,6 +6,7 @@ list(APPEND LIBCNTPR_MATH_SOURCE
math/abs.c
math/div.c
math/labs.c
math/sincos.c
)
if(ARCH STREQUAL "i386")