mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
NaN support in FPU comparisons
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1341 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b7a100da9c
commit
8422b11337
4 changed files with 141 additions and 67 deletions
|
@ -3223,12 +3223,6 @@ void helper_idivq_EAX_T0(void)
|
|||
|
||||
#endif
|
||||
|
||||
/* XXX: do it */
|
||||
int fpu_isnan(double a)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
float approx_rsqrt(float a)
|
||||
{
|
||||
return 1.0 / sqrt(a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue