mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:55:42 +00:00
[CRT] Add simplistic fallback implementation of sincos to make GCC 11 happy
This commit is contained in:
parent
28c41b7d22
commit
dacbc603b6
3 changed files with 17 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue