Re: long double support on 80x86 C++ Win32 compilers

Michael Ross <michael_ross@ccm.intel.com>
10 Aug 1998 23:30:43 -0400

          From comp.compilers

Related articles
long double support on 80x86 C++ Win32 compilers comments@cygnus-software.com (Bruce Dawson) (1998-08-10)
Re: long double support on 80x86 C++ Win32 compilers ak@muc.de (Andi Kleen) (1998-08-10)
Re: long double support on 80x86 C++ Win32 compilers michael_ross@ccm.intel.com (Michael Ross) (1998-08-10)
Re: long double support on 80x86 C++ Win32 compilers mfinney@lynchburg.net (1998-08-13)
Re: long double support on 80x86 C++ Win32 compilers comments@cygnus-software.com (Bruce Dawson) (1998-08-16)
| List of all articles for this month |

From: Michael Ross <michael_ross@ccm.intel.com>
Newsgroups: comp.compilers
Date: 10 Aug 1998 23:30:43 -0400
Organization: Intel Corp.
References: 98-08-061
Keywords: C, 386, arithmetic

The Intel C/C++ compiler 2.4 and later on NT supports 80 bit long
double, by means of a switch, /Qlong_double. This changes the default
size and precision of long doubles.


This compiler is available in the retail channel as part of VTUNE,
Intel's performance monitoring tool.
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.