https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71056

--- Comment #6 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Tue May 31 08:29:39 2016
New Revision: 236910

URL: https://gcc.gnu.org/viewcvs?rev=236910&root=gcc&view=rev
Log:
[ARM] PR target/71056: Don't use vectorized builtins when NEON is not available

        PR target/71056
        * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
        NULL_TREE early if NEON is not available.  Remove now redundant check
        in ARM_CHECK_BUILTIN_MODE.

        * gcc.target/arm/pr71056.c: New test.


Added:
    branches/gcc-6-branch/gcc/testsuite/gcc.target/arm/pr71056.c
Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/config/arm/arm-builtins.c
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

Reply via email to