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

BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom [Suessmilch Bernd <Bernd.Suessmilch@SWAROVSKI.COM>] (fwd)



>From owner-rtl Mon Jun 11 23:39:42 2001
Received: from lan212095014004.ibk.telering.at (lan212095014004.ibk.telering.at [212.95.14.4])
	by hq.fsmlabs.com (8.11.2/8.11.2) with SMTP id f5C5dfb32234
	for <rtl@fsmlabs.com>; Mon, 11 Jun 2001 23:39:42 -0600
Received: from no.name.available by lan212095014004.ibk.telering.at
          via smtpd (for hq.fsmlabs.com [209.155.42.197]) with SMTP; 12 Jun 2001 05:34:02 UT
Received: from 193.188.217.34 by dsw80.wattens.swarovski.com (InterScan E-Mail VirusWall NT); Tue, 12 Jun 2001 07:33:27 +0200 (W. Europe Daylight Time)
Received: from dsw29.wattens.swarovski.com by [10.100.42.249]
          via smtpd (for [10.100.42.240]) with SMTP; 12 Jun 2001 05:33:58 UT
Received: by dsw29.wattens.swarovski.com with Internet Mail Service (5.5.2650.21)
	id <MN0A7B7J>; Tue, 12 Jun 2001 07:33:58 +0200
Message-ID: <853DD5D67AF0D411A3300000D1DD5C3B260E84@dsw89.wattens.swarovski.com>
From: Suessmilch Bernd <Bernd.Suessmilch@SWAROVSKI.COM>
To: "'rtl@fsmlabs.com'" <rtl@fsmlabs.com>, "'Jan Albiez'" <albiez@fzi.de>
Subject: RE: [rtl] Libm in RT Space
Date: Tue, 12 Jun 2001 07:33:57 +0200
X-Mailer: Internet Mail Service (5.5.2650.21)


> -----Original Message-----
> From: Jan Albiez [mailto:albiez@fzi.de]
> Sent: Montag, 11. Juni 2001 17:51
> To: RT Linux Mailinglist
> Subject: [rtl] Libm in RT Space

> My question is: Has anybody found out how to turn the default 
> output to
> stderr from libm of ?? I really don't need this facillity 
> since I avery
> carefully check all operands before calling this function !

Hello Jan,

why don't you use the gcc built in math inline functions? These functions
do not perform any error checking.
Just compile with "-O2" and add "#undef __NO_MATH_INLINES" to your code
(to be on the safe side).
In our Suse7.0 environment, the compiler seems to need the CFLAG
"-std=gnu9x", too.

Viele Gruesse nach Karlruhe,
Bernd

----- End of forwarded message from owner-rtl@fsmlabs.com -----