mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:46:13 +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
|
@ -1,17 +0,0 @@
|
|||
|
||||
|
||||
#include <asm.inc>
|
||||
|
||||
.code64
|
||||
|
||||
PUBLIC _logb
|
||||
FUNC _logb
|
||||
.endprolog
|
||||
|
||||
fld dword ptr [rsp + 8]
|
||||
fxtract
|
||||
fstp st
|
||||
ret
|
||||
ENDFUNC
|
||||
|
||||
END
|
Loading…
Add table
Add a link
Reference in a new issue