Date: Sun, 2 Aug 1998 16:06:36 +0300 (IDT) From: Eli Zaretskii To: Michel Huot cc: djgpp AT delorie DOT com Subject: Re: 80x87 detection in DJGPP programs In-Reply-To: <35C14346.6A03@icrdl.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 31 Jul 1998, Michel Huot wrote: > So my question is: how can I detect a 80x87 in a DJGPP program? The easiest way is to use the library function _detect_80387(). It takes no arguments and returns non-zero if x87 is available.