[Patch 1/17] Add a new target hook for describing excess precision intentions
authorJames Greenhalgh <james.greenhalgh@arm.com>
Wed, 23 Nov 2016 17:14:07 +0000 (17:14 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Wed, 23 Nov 2016 17:14:07 +0000 (17:14 +0000)
commit42e02b207fdf71f09020eef2bba3e25f5f57a946
treec7ee3fc4890a00af4ef7dfacfa95f70282c9cdd3
parentaecc521b46ac451c0547d8693bfcfabfb3832401
[Patch 1/17] Add a new target hook for describing excess precision intentions

gcc/

* target.def (excess_precision): New hook.
* target.h (flt_eval_method): New.
(excess_precision_type): Likewise.
* targhooks.c (default_excess_precision): New.
* targhooks.h (default_excess_precision): New.
* doc/tm.texi.in (TARGET_C_EXCESS_PRECISION): New.
* doc/tm.texi: Regenerate.

From-SVN: r242771
gcc/ChangeLog
gcc/coretypes.h
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/target.def
gcc/targhooks.c
gcc/targhooks.h