Date: Tue, 26 May 1998 19:16:34 +0300 (IDT) From: Eli Zaretskii To: Jens Bischoff cc: djgpp AT delorie DOT com Subject: Re: Code to Fix sinh() in libm.a / Floating Exceptions In-Reply-To: <9805250826.AA23178@axe.bre.da> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 25 May 1998, Jens Bischoff wrote: > Would it be a possible (and good) sulution to switch on floating > point exceptions via linker flags? Since this should be done at build time, I don't see any advantage in having this feature. Changing your code to call _control87 is not that hard.