diff options
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r-- | gcc/targhooks.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c index 5ef2369ea6b..2ff2b9b5a44 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -270,6 +270,14 @@ default_scalar_mode_supported_p (enum machine_mode mode) } } +/* True if the target supports decimal floating point. */ + +bool +default_decimal_float_supported_p (void) +{ + return ENABLE_DECIMAL_FLOAT; +} + /* NULL if INSN insn is valid within a low-overhead loop, otherwise returns an error message. |