History log of /seL4-l4v-10.1.1/HOL4/src/floating-point/machine_ieeeLib.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.


# 218c07dc 29-Nov-2017 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Add some more float-to-float functions to machine_ieeeTheory.

Also add versions that output flags for the exception status.


# 037155db 12-Jul-2017 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Update floating-point theory to specify exception flags for some operations.

• The flags are: DivideByZero, InvalidOp, Overflow, Precision and Underflow.
• The arithmetic operations now return a pair (flags and result).
• Native (oracle) evaluation has been overhauled. It now only applies to some 64-bit machine_ieeeTheory operations directly.
• The L3 Importer has been updated.


# 161d7acc 02-Jul-2017 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Floating-point update.

• isSignallingNan predicate is added to machine_ieeeTheory.
• The RISC-V model is simplified in places (for DIV and REM).
• The L3 import is extended to cover more operations.


# 8c6fab69 22-Jun-2017 Ramana Kumar <ramana@member.fsf.org>

Remove float_negate1985 and float_abs1985

This seems to have been half done in
086cbeb857ffbcc88784f4f81db7626771ad8758


# aa23933d 29-Jan-2016 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Opening lcsymtacs is no longer necessary.


# 2fd5e05f 17-Dec-2015 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Add "fused multiply and subtract" floating-point operation


# bd1997ff 26-Nov-2015 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Update for latest version of L3.

Now supports floating-point square root and size conversions.


# 96edb9f3 20-Nov-2015 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Update for the latest version of L3, which has additional floating-point support.

Cover IEEE754:1985 behaviour for "abs" and "neg". Also adds support for "compare", "toInt" and "fromInt" at the machine level.


# 52264b7d 01-May-2014 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Relocate examples/l3-machine-code/common/fp to src/floating-point.