mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:22:58 +00:00
[CRT:MATH] Implement x86 sse2 math functions
These are just wrappers around the normal functions and lack any optimization.
This commit is contained in:
parent
5c6912f561
commit
0e5d6af68e
3 changed files with 300 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue