mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 11:31:54 +00:00
[CRT] Replace amd64 math functions/stubs with libm
This commit is contained in:
parent
20e6e17070
commit
28c41b7d22
15 changed files with 115 additions and 276 deletions
|
@ -68,6 +68,7 @@ X87XAM_BAD EQU MASK X87SW_E AND NOT 2
|
|||
|
||||
; double fmod [double, double] ----------------------------------
|
||||
|
||||
PUBLIC fmod
|
||||
fmod PROC FRAME
|
||||
|
||||
sub rsp, 40 + 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue