If you are not familiar with HawkFloat , see Part 1 and Part 2 of my introduction to this project.
I learned years ago that no matter how long you research, plan, and document a new software library or application, you REALLY do not know what will happen once you begin to code. HawkFloat is reminding me of this, even though it seemed to be a straight forward library,
I just have the header and a skeleton source file so far, but already I have realized that the Haccumulator for the multiply-accumulate will just need to use Hdouble, and full support for Hdouble will not be implemented. What prompted these changes? Continue reading