Sign In
Eric Fleegal's WebLog
. . . .
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
C++ Programming
VC++ floating-point
Archive
Archives
October 2008
(1)
April 2008
(4)
September 2007
(1)
August 2006
(1)
September 2005
(1)
December 2004
(3)
July 2004
(5)
June 2004
(2)
May 2004
(5)
July, 2004
MSDN Blogs
>
Eric Fleegal's WebLog
>
July, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Eric Fleegal's WebLog
Method for getting /Op like consistency in MS C++ 14.0
Posted
over 8 years ago
by
Eric Fleegal1
1
Comments
(From Microsoft Visual C++ Floating-Point Optimization ) Many C++ compilers offer a "consistency" floating-point model (through a /Op or /fltconsistency switch) that enables a developer to create programs compliant with strict floating-point...
Eric Fleegal's WebLog
Method for retaining intermediate results in extended precision
Posted
over 8 years ago
by
Eric Fleegal1
1
Comments
I thought I’d post a brief entry on how to retain intermediate results in extended precision. Consider the following direct summation algorithm: double sum(double[] a, int c) { 1: double result = 0.0; 2: for (int i=0; i<c;...
Eric Fleegal's WebLog
Overloading the semantics of the register keyword (followup)
Posted
over 8 years ago
by
Eric Fleegal1
0
Comments
John Albert asks two questions: What would "register float" mean? How would this work under fp:fast? The basic guideline is that "intermediate expressions will be computed in as high as precision as is practical". For instance, suppose for a...
Eric Fleegal's WebLog
No inline assembly on AMD64
Posted
over 8 years ago
by
Eric Fleegal1
2
Comments
Igor Abramov wrote: “Well, I was in desperate need for 80-bit long doubles. Now I coded this type as set of asm inlines and application prototype shipped in such form. But the production version will be done for amd64, in 64-bit mode for performance...
Eric Fleegal's WebLog
Confused about VC++ version numbers? Me too...
Posted
over 8 years ago
by
Eric Fleegal1
0
Comments
So I may have been confusing people when I talk about VC8.0. When I refer to VC8.0, I'm referring to Visual C++ in Visual Studio 2005. The product version is 8.0, but the compiler itself (i.e. cl.exe) is “version 14“. I'll try to be...
Page 1 of 1 (5 items)