[CRT:MATH] Implement _dsign and _dsignf

This commit is contained in:
Timo Kreuzer 2025-05-07 19:58:10 +03:00
parent 0e5d6af68e
commit 50028685dc
4 changed files with 44 additions and 2 deletions

View file

@ -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