qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)


From: Juergen Keil
Subject: Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)
Date: Mon, 2 May 2005 20:27:24 +0200 (CEST)


> This is in fenv.h, and so are all the other macros
> that are left undefined.  Not sure how we fix this,
> other than pick up some of these defines manually.

Use <ieeefp.h> [fpsetround(), fpgetround()] on Solaris, instead of <fenv.h>
[fegetround(), fesetround()] ?


One of the BSDs already does this (see fpu/softfloat-native.h):

#if defined(_BSD) && !defined(__APPLE__)
#include <ieeefp.h>
#else
#include <fenv.h>
#endif

...





reply via email to

[Prev in Thread] Current Thread [Next in Thread]