Dear Monks,

Recently, I have noticed an increase in questions about the accuracy of Perl's floating point results, with all the typical answers about it being the same as C, C++, etc. ( It always brings a smile :-).

But this time, I goggled to find if anything has changed in the non-Perl world. I was very surprised to find that IBM has been shipping a DFP hardware module since 2007 as part of the p-series power6, power7, power8 boxes. Further that many standards have been implemented to support hardware DPF.

Further, since GNU's introduction of gcc version 4.3 hardware and software DPF has been supported. So I looked into the IBM implementation, and found that real results are available. please see the following IBM wiki ( Please Note: It comes up with an 'not-found' error and after several seconds, shows the document. )

Has anyone done any work in this area specific to Perl?

Regards...Ed

"Well done is better than well said." - Benjamin Franklin


In reply to Decimal Floating Point (DFP) and does Perl needs DFP? by flexvault

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.