History log of /seL4-l4v-10.1.1/HOL4/src/floating-point/lift_machine_ieeeScript.sml
Revision Date Author Comments
# 0e6816f8 28-Aug-2018 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Floating-point changes.

`fpX_to_value` is defined as `float_to_value o fpX_to_float` (previously this was called `fpX_to_real`, which was misleading)
`fpX_to_real` is now defined as `float_to_real o fpX_to_float`.

This change will break proofs that use the old names.


# 5cb4f5a9 10-May-2017 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Make use of floating-point theorems from commit 4cb7d1f.


# fdc7cdd9 03-Mar-2017 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Add some floating-point theorems.

Theorems from the old floatTheory have been ported to the newer floating-point theory. The results have been generalised from being single precision only, allowing them to be instantiated to 16-, 32- and 64-bit floats.