mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:53:22 +00:00
[CRT] Add round and roundf and add it to msvcrtex to make clang v14 happy
This commit is contained in:
parent
83faa2da5e
commit
bc9409daba
4 changed files with 37 additions and 0 deletions
|
@ -13,6 +13,8 @@ list(APPEND MSVCRTEX_SOURCE
|
|||
if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
# Clang performs some optimizations requiring those funtions
|
||||
list(APPEND MSVCRTEX_SOURCE
|
||||
math/round.c
|
||||
math/roundf.c
|
||||
math/exp2.c
|
||||
math/exp2f.c
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue