Some minor mods
This commit is contained in:
parent
da188bbb4d
commit
3936acad08
|
@ -6,7 +6,6 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
|
||||||
mes 2,_EM_WSIZE,_EM_PSIZE
|
mes 2,_EM_WSIZE,_EM_PSIZE
|
||||||
#ifndef NOFLOAT
|
|
||||||
exp $frexp
|
exp $frexp
|
||||||
pro $frexp,0
|
pro $frexp,0
|
||||||
lal 0
|
lal 0
|
||||||
|
@ -17,4 +16,3 @@
|
||||||
sti _EM_WSIZE
|
sti _EM_WSIZE
|
||||||
ret _EM_DSIZE
|
ret _EM_DSIZE
|
||||||
end
|
end
|
||||||
#endif
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
__IsNan(double d)
|
__IsNan(double d)
|
||||||
{
|
{
|
||||||
#if defined(vax) || defined(pdp)
|
#if defined(__vax) || defined(__pdp)
|
||||||
#else
|
#else
|
||||||
float f = d;
|
float f = d;
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
|
||||||
mes 2,_EM_WSIZE,_EM_PSIZE
|
mes 2,_EM_WSIZE,_EM_PSIZE
|
||||||
#ifndef NOFLOAT
|
|
||||||
exp $modf
|
exp $modf
|
||||||
pro $modf,0
|
pro $modf,0
|
||||||
lal 0
|
lal 0
|
||||||
|
@ -21,4 +20,3 @@
|
||||||
sti _EM_DSIZE
|
sti _EM_DSIZE
|
||||||
ret _EM_DSIZE
|
ret _EM_DSIZE
|
||||||
end
|
end
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in a new issue