Mail Archives: djgpp/1998/08/04/13:57:45
Jeff Williams 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.
> -:
>
> This sounds useful..., but I can't find any mention of it using `info libc'.
> What include file do I need for this function?
Seems it isn't in any include file just at present. Prototype it
yourself:
int _detect_80387(void);
Also, it's not documented. This should change in v2.02.
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -