| Related articles |
|---|
| Compiler fixes for the Pentium FDIV bug? jjnvdm@firga.sun.ac.za (1994-11-30) |
| Re: Compiler fixes for the Pentium FDIV bug? xwang@site.gmu.edu) (1994-12-12) |
| Re: Compiler fixes for the Pentium FDIV bug? thalor@aol.com (1994-12-19) |
| Newsgroups: | comp.compilers,comp.lang.c++ |
| From: | jjnvdm@firga.sun.ac.za (J.J.N. van der Merwe) |
| Keywords: | architecture, question, 586, comment |
| Organization: | University of Stellenbosch |
| Date: | Wed, 30 Nov 1994 23:00:17 GMT |
Does anyone know whether Borland has a patch for C++ 4.02 that circumvents
the Pentium floating point division bug? One can of course patch every
occurrence of a '/' and '/=' in your code, but this is a very laborious
task. It seems that the most elegant solution would be to have the
compiler implementing the patch.
Thank you
Jaco
| Jaco J.N. van der Merwe, |
| Computer and Control Systems Group |
| Department of Electrical and Electronic Engineering |
| University of Stellenbosch, Stellenbosch, 7600, South Africa |
| Phone (Intnl): +27 21 8084990, Fax (Intnl): +27 21 8084981 |
| Phone (Local): 021 8084990, Fax (Local): 021 8084981 |
[My understanding is that if you whine loudly enough, Intel will give you
a Pentium that works. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.