mirror of
https://github.com/reactos/reactos.git
synced 2025-07-03 20:31:29 +00:00
[CRT:MATH] Implement _dsign and _dsignf
This commit is contained in:
parent
0e5d6af68e
commit
50028685dc
4 changed files with 44 additions and 2 deletions
|
@ -3,6 +3,8 @@ include_directories(libm_sse2)
|
|||
|
||||
list(APPEND LIBCNTPR_MATH_SOURCE
|
||||
math/_chgsignf.c
|
||||
math/_dsign.c
|
||||
math/_fdsign.c
|
||||
math/_invoke_matherr.c
|
||||
math/abs.c
|
||||
math/div.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue