Hardware support for UNUM floating point arithmetic [pdf]
1–10 of 20 posts
Re: Hardware support for UNUM floating point arithmetic [pdf]
#2Re: Hardware support for UNUM floating point arithmetic [pdf]
#3Re: Hardware support for UNUM floating point arithmetic [pdf]
#4please add a [PDF] to the header
Re: Hardware support for UNUM floating point arithmetic [pdf]
#5Re: Hardware support for UNUM floating point arithmetic [pdf]
#6Re: Hardware support for UNUM floating point arithmetic [pdf]
#7I am confused. I see half the performance and 3-5x the area of IEEE754, but the conclusion is that UNUM is comparable. That would not be my conclusion. What am I missing?
Re: Hardware support for UNUM floating point arithmetic [pdf]
#8Woah, really cool. My understanding is that Posit, the successor to unum versions 1 and 2, is the future and is much easier to implement in hardware [0]. [0]: https://posithub.org/about
Posit Paper: http://johngustafson.net/pdfs/BeatingFloatingPoint.pdf
A new data type called a posit is designed as a direct drop-in replacement for IEEE Standard 754 floating-point numbers (floats). Unlike earlier forms of universal number (unum) arithmetic, posits do not require interval arithmetic or variable size operands; like floats, they round if an answer is inexact. However, they provide compelling advantages over floats, including larger dynamic range, higher accuracy, better closure, bitwise identical results across systems, simpler hardware, and simpler exception handling.
source: https://twitter.com/daniel_bilar/status/920252363159539712
Re: Hardware support for UNUM floating point arithmetic [pdf]
#9Re: Hardware support for UNUM floating point arithmetic [pdf]
#10I am confused. I see half the performance and 3-5x the area of IEEE754, but the conclusion is that UNUM is comparable. That would not be my conclusion. What am I missing?