From: Juergen Keil <jk@tools.de>
To: sol10x86@cox.net, qemu-devel@nongnu.org
Subject: Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)
Date: Mon, 2 May 2005 20:27:24 +0200 (CEST) [thread overview]
Message-ID: <200505021827.j42IROes010939@imap3.tools.intra> (raw)
> 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
...
next reply other threads:[~2005-05-02 18:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-02 18:27 Juergen Keil [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-05-06 21:43 Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real) Ben Taylor
2005-05-06 21:22 Ben Taylor
2005-05-06 21:06 Juergen Keil
2005-05-06 20:21 Ben Taylor
2005-05-02 10:46 Ben Taylor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200505021827.j42IROes010939@imap3.tools.intra \
--to=jk@tools.de \
--cc=qemu-devel@nongnu.org \
--cc=sol10x86@cox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).