Math functions helper for CONFIG_SOFTFLOAT=yes
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 13 Mar 2008 19:20:00 +0000 (19:20 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 13 Mar 2008 19:20:00 +0000 (19:20 +0000)
commit80621676af6893b84dec1c5d00e0f5b928253ef9
tree3e44ca3b9dbe070d98366ce234a817c23854d837
parent0ca9d3807c8c429f7b21ffcac7f7acdd4d9659b0
Math functions helper for CONFIG_SOFTFLOAT=yes

The patch below adds isfinite() and isnormal() functions which can
work with float64 type, used when CONFIG_SOFTFLOAT=yes.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4048 c046a42c-6fe2-441c-8c8c-71466251a162
target-ppc/op_helper.c