[CRT] Replace amd64 math functions/stubs with libm

This commit is contained in:
Timo Kreuzer 2022-08-23 17:37:14 +03:00
parent 20e6e17070
commit 28c41b7d22
15 changed files with 115 additions and 276 deletions

View file

@ -1,17 +0,0 @@
#include <asm.inc>
.code64
PUBLIC _logb
FUNC _logb
.endprolog
fld dword ptr [rsp + 8]
fxtract
fstp st
ret
ENDFUNC
END