-
Notifications
You must be signed in to change notification settings - Fork 6
Add unum support (posits first) #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
UNIVERSAL NUMBERS (UNUMS) Type III universal numbers (unums) are divided into three classes:
We represent these using Hoon auras at three bitwidths: The bitwidths are 8-bit Bytes, 16-bit Halfs, and 32-bit Singles. A posit has four fields:
While posits can be written in a general purpose form, we are interested
|
|
Today's work shook out some bugs in documentation:
Next steps:
|
Type III universal numbers (unums) are divided into three classes:
We represent these using Hoon auras at three bitwidths:
@rpb,@rph,@rps:: posits@rqb,@rqh,@rqs:: quires@rvb,@rvh,@rvs:: validsThe bitwidths are 8-bit Bytes, 16-bit Halfs, and 32-bit Singles.
While we square on quires and valids, the current implementation is
only for posits.
Posit Arithmetic", Supercomputing Frontiers and Innovations. 4 (2).
Publishing Center of South Ural State University, Chelyabinsk, Russia.
http://www.johngustafson.net/pdfs/BeatingFloatingPoint.pdf