This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PPro/CC_FCOMI patch


On Mon, Apr 19, 1999 at 06:22:28PM -0700, H.J. Lu wrote:
> >       fpsetmask(~FP_X_INV);
>
> I will take a look. I hope to fix it soon. BTW, Linux doesn't have
> those fpu fucntions. Will this be ok?

No.  Use 

	#include <fenv.h>
	fesetenv (FE_NOMASK_ENV);

instead.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]