[CRT:MATH] Implement x86 sse2 math functions

These are just wrappers around the normal functions and lack any optimization.
This commit is contained in:
Timo Kreuzer 2025-05-11 10:44:01 +03:00
parent 5c6912f561
commit 0e5d6af68e
3 changed files with 300 additions and 32 deletions

View file

@ -24,6 +24,7 @@ if(ARCH STREQUAL "i386")
math/i386/cisin.c
math/i386/cisqrt.c
math/i386/ldexp.c
math/i386/libm_sse2.c
)
list(APPEND LIBCNTPR_MATH_ASM_SOURCE
math/i386/alldiv_asm.s