Translate from the i386 so that this compiles and runs.

I hope that this and the i386 version of it will not be needed, but
this is currently about 16 cycles or 36% faster than the C version,
and the i386 version is about 8 cycles or 19% faster than the C
version, due to poor optimization of the C version.
This commit is contained in:
Bruce Evans 2007-12-17 18:12:06 +00:00
parent b5f992b93d
commit a18b106ffc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174719

View File

@ -38,7 +38,7 @@
RCSID("$FreeBSD$")
ENTRY(logbl)
fldt 4(%esp)
fldt 8(%rsp)
fxtract
fstp %st
ret