forked from KolibriOS/kolibrios
libc.obj: updated libc.def, fixed bug with log10
git-svn-id: svn://kolibrios.org@9773 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
fda5ad66db
commit
eeb3d0e5b9
@ -136,6 +136,9 @@ fabs
|
|||||||
floor
|
floor
|
||||||
fmod
|
fmod
|
||||||
log
|
log
|
||||||
|
log2
|
||||||
|
log10
|
||||||
|
round
|
||||||
modf
|
modf
|
||||||
modfl
|
modfl
|
||||||
pow
|
pow
|
||||||
|
@ -5,5 +5,6 @@ log10:
|
|||||||
fldl 4(%esp)
|
fldl 4(%esp)
|
||||||
fyl2x
|
fyl2x
|
||||||
fldl2t
|
fldl2t
|
||||||
|
fxch
|
||||||
fdivp
|
fdivp
|
||||||
ret
|
ret
|
||||||
|
Loading…
Reference in New Issue
Block a user