Hi! On Tue, Apr 27, 2021 at 10:32:38AM -0500, Bill Schmidt via Gcc-patches wrote: > gcc/ > * config/rs6000/rs6000-gen-builtins.c: New.
> +[altivec]
> + const vsc __builtin_altivec_abs_v16qi (vsc);
> + ABS_V16QI absv16qi2 {}
> + const vss __builtin_altivec_abs_v8hi (vss);
> + ABS_V8HI absv8hi2 {}
> +
> + Here "vsc" and "vss" are shorthand for "vector signed char" and
> + "vector signed short" to shorten line lengths and improve readability.
I like :-)
Okay for trunk. Thanks!
Segher
