reactos/sdk/lib/crt/math/i386
Timo Kreuzer f80d978fc0 [CRT] Fix link issues with __ftol2 when compiling for NT6
__ftol2 is exported from msvcrt on NT6+, not from ntdll for some reason. So native apps still need to statically link _ftol2 and _ftoul2_legacy, but apps linking to msvcrt only need to statically link _ftoul2_legacy (via msvcrtex), when on NT6+.
2024-08-30 06:29:13 +03:00
..
alldiv_asm.s
alldvrm_asm.s
allmul_asm.s
allrem_asm.s
allshl_asm.s
allshr_asm.s
atan2_asm.s
atan_asm.s
aulldiv_asm.s
aulldvrm_asm.s
aullrem_asm.s
aullshr_asm.s
ceil_asm.s
ceilf.S
ci.c
cicos.c
cilog.c
cipow.c
cisin.c
cisqrt.c
cos_asm.s
exp_asm.s
fabs_asm.s
floor_asm.s
floorf.S
fmod_asm.s
fmodf_asm.s
ftol2_asm.s [CRT] Fix link issues with __ftol2 when compiling for NT6 2024-08-30 06:29:13 +03:00
ftol_asm.s
ftoul2_legacy_asm.s [CRT] Fix link issues with __ftol2 when compiling for NT6 2024-08-30 06:29:13 +03:00
ldexp.c
log10_asm.s
log_asm.s
pow_asm.s
sin_asm.s
sqrt_asm.s
sqrtf.c
tan_asm.s