How would I implement floating point operations if I only have memory locations that are 16 bits wide?
I am trying to implement IEEE-754 32-bit single precision floating point.
Thank you
How would I implement floating point operations if I only have memory locations that are 16 bits wide?
I am trying to implement IEEE-754 32-bit single precision floating point.
Thank you