There is a lot to be done, here, mostly not in actual "work", but simply
in *understanding* how to go about doing IEEE754 arithmetic. Rounding,
overflow, tininess, packing, normalisation, let alone optimisation: it's
-a really big job. We'll just have to see how it goes.
+a really big job: we'll just have to see how it goes, and in the
+meantime, read up on resources such as this
+[excellent guide](https://steve.hollasch.net/cgindex/coding/ieeefloat.html)
+by Steve Hollasch.
+
+This is basically a background update, explaining the rationale and
+direction that's been chosen. Future updates on the FPU will be much
+more technical.