On 06/12/12 15:09, James Greenhalgh wrote:
Hi, This patch wires up TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES on AArch64 to allow for 64-bit or 128-bit vectorization if the preferred vector mode is not acceptable. The patch has been regression tested on aarch64-none-elf with no regressions. Thanks, James Greenhalgh --- gcc/ 2012-12-06 James Greenhalgh <james.greenha...@arm.com> Tejas Belagod <tejas.bela...@arm.com> * config/aarch64/aarch64.c (aarch64_autovectorize_vector_sizes): New. (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define. gcc/testsuite/ 2012-12-06 James Greenhalgh <james.greenha...@arm.com> Tejas Belagod <tejas.bela...@arm.com> * lib/target-supports.exp (check_effective_target_vect_multiple_sizes): Enable for AArch64.
OK Thanks /Marcus