mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:43:04 +00:00
[CRT:MATH] Move some math functions from ucrt to crt
This commit is contained in:
parent
a9ee20cb9a
commit
b734e3ba63
8 changed files with 64 additions and 68 deletions
|
@ -3,8 +3,12 @@ include_directories(libm_sse2)
|
|||
|
||||
list(APPEND LIBCNTPR_MATH_SOURCE
|
||||
math/_chgsignf.c
|
||||
math/_dclass.c
|
||||
math/_dsign.c
|
||||
math/_dtest.c
|
||||
math/_fdclass.c
|
||||
math/_fdsign.c
|
||||
math/_fdtest.c
|
||||
math/_finite.c
|
||||
math/_finitef.c
|
||||
math/_isnan.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue