On 30 July 2014 11:19, James Greenhalgh wrote:
> 2014-07-28 James Greenhalgh
>
> * config/aarch64/aarch64-builtins.c
> (aarch64_gimple_fold_builtin): Don't fold reduction operations for
> BYTES_BIG_ENDIAN.
OK /Marcus
Hi,
Reduction operations are defined in tree.def to
return a vector of the same type, with the first element in the vector
holding the result of the reduction of all elements of the operand. The
content of the other elements in the returned vector is undefined.
The reduction intrinsic