The upcoming GCC 4.5 (In stage of regression fixes and docs only) has been integrated with the MPC library. This allows GCC to evaluate complex arithmetic at compile time more accurately. It also allows GCC to evaluate calls to complex built-in math functions having constant arguments and replace them at compile time with their mathematically equivalent results. In doing so, GCC can generate correct results regardless of the math library implementation or floating point precision of the host platform.
http://gcc.gnu.org/gcc-4.5/changes.html GCG 4.5 ADD also a layer that gives performance improvement 2010/3/16 Alex Strickland <[email protected]>: > Hi All > > I found this site: > > http://speleotrove.com/decimal/ > > I have often wished to get around the problems of floating point arithmetic. > This library seems to offer a route that is not too steep. Any takers for a > new type? Unfortunately "D"ecimal and "M"oney are taken. > > Regards > Alex > -- Massimo Belgrano _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
