reactos/lib/sdk/crt/math/i386
Timo Kreuzer a3623f23de [CRT]
- Make all x86assembly ML compatible
- Remove memcpy, it was duplicated from memmove, copy the label instead
- Guard some code against compilation on msvc, as these functions are intrinsics on MSVC and cannot be implemented
- Fix some x64 assembly (don't modify stack below rsp)

svn path=/branches/cmake-bringup/; revision=49421
2010-11-02 00:06:33 +00:00
..
alldiv_asm.s [CRT] 2010-11-02 00:06:33 +00:00
alldvrm_asm.s [CRT] 2010-11-02 00:06:33 +00:00
allmul_asm.s [CRT] 2010-11-02 00:06:33 +00:00
allrem_asm.s [CRT] 2010-11-02 00:06:33 +00:00
allshl_asm.s [CRT] 2010-11-02 00:06:33 +00:00
allshr_asm.s [CRT] 2010-11-02 00:06:33 +00:00
atan2.c Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
atan_asm.s [CRT] 2010-11-02 00:06:33 +00:00
aulldiv_asm.s [CRT] 2010-11-02 00:06:33 +00:00
aulldvrm_asm.s [CRT] 2010-11-02 00:06:33 +00:00
aullrem_asm.s [CRT] 2010-11-02 00:06:33 +00:00
aullshr_asm.s [CRT] 2010-11-02 00:06:33 +00:00
ceil_asm.s [CRT] 2010-11-02 00:06:33 +00:00
ceilf.S [CRT] 2010-11-02 00:06:33 +00:00
ci.c Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
cos_asm.s [CRT] 2010-11-02 00:06:33 +00:00
exp.c Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
fabs_asm.s [CRT] 2010-11-02 00:06:33 +00:00
floor_asm.s [CRT] 2010-11-02 00:06:33 +00:00
floorf.S [CRT] 2010-11-02 00:06:33 +00:00
fmod.c Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
fmodf.c Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
ftol_asm.s [CRT] 2010-11-02 00:06:33 +00:00
ldexp.c Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
log10_asm.s [CRT] 2010-11-02 00:06:33 +00:00
log_asm.s [CRT] 2010-11-02 00:06:33 +00:00
pow_asm.s [CRT] 2010-11-02 00:06:33 +00:00
sin_asm.s [CRT] 2010-11-02 00:06:33 +00:00
sqrt_asm.s [CRT] 2010-11-02 00:06:33 +00:00
sqrtf.c Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
tan_asm.s [CRT] 2010-11-02 00:06:33 +00:00