commit | 5eb9d19608e31a2d9fe5a9e2708e4628524c29d9 | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Fri May 11 13:20:04 2018 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed May 16 13:52:13 2018 +0100 |
tree | 6d255c36d9ff6b4dacfdeba4554d2524d7d47357 | |
parent | c65db17340782d647c49e17cbba244862dc38402 [diff] |
Add force_eval_ and eval_as_ helper functions These functions are needed to force a particular behaviour on the compiler: force the evaluation of an expression for the fenv side-effects, or evaluate an expression without excess precision. Currently only eval_as_double is used.