diff options
Diffstat (limited to 'gcc/config/arm/arm-mve-builtins-shapes.h')
-rw-r--r-- | gcc/config/arm/arm-mve-builtins-shapes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/arm/arm-mve-builtins-shapes.h b/gcc/config/arm/arm-mve-builtins-shapes.h index 1d361ad..9113d55 100644 --- a/gcc/config/arm/arm-mve-builtins-shapes.h +++ b/gcc/config/arm/arm-mve-builtins-shapes.h @@ -63,6 +63,7 @@ namespace arm_mve extern const function_shape *const inherent; extern const function_shape *const load; extern const function_shape *const load_ext; + extern const function_shape *const load_ext_gather_offset; extern const function_shape *const mvn; extern const function_shape *const store; extern const function_shape *const store_scatter_base; |