Skip to content
Commit b57e362c authored by Carey Williams's avatar Carey Williams
Browse files

Extract FP utility functions from Simulator

Rips out some more utility-like FP functions from the Simulator,
so that they can be accessed by other VIXL components.
This patch only covers the functions necessary to support the
conversion of half precision numbers in to a decimal format,
but others could follow.

Modifications were also made to how we call FPProcessException()
and ReadDN() from within the these functions.
The latter should now be passed in as value of the new
UseDefaultNaN enum and the former as an *optional* pointer to a
boolean, which will be set to true if an exception is thrown.

Change-Id: I2f624288ee4d201900a19fdc24278760ae027827
parent 4378564f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment