diff options
Diffstat (limited to 'gcc/optabs-query.h')
-rw-r--r-- | gcc/optabs-query.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/optabs-query.h b/gcc/optabs-query.h index 3cba27a..2b02d07 100644 --- a/gcc/optabs-query.h +++ b/gcc/optabs-query.h @@ -191,6 +191,7 @@ bool can_compare_and_swap_p (machine_mode, bool); bool can_atomic_exchange_p (machine_mode, bool); bool can_atomic_load_p (machine_mode); bool lshift_cheap_p (bool); +bool supports_vec_gather_load_p (); /* Version of find_widening_optab_handler_and_mode that operates on specific mode types. */ |