This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, testsuite] Fixed generic vectorization testcase for Cell SPU


> ChangeLog:
>
>       * testsuite/lib/target-supports.exp
>       (check_effective_target_vect_cmdline_needed): Add SPU to the list
>       of targets that do not need command line argument to enable SIMD.
>
> Index: testsuite/lib/target-supports.exp
> ===================================================================
> --- testsuite/lib/target-supports.exp   (revision 136939)
> +++ testsuite/lib/target-supports.exp   (working copy)
> @@ -1116,7 +1116,8 @@ proc check_effective_target_vect_cmdline
>                  && [check_effective_target_lp64])
>              || ([istarget powerpc*-*-*]
>                  && ([check_effective_target_powerpc_spe]
> -                    || [check_effective_target_powerpc_altivec]))} {,
> +                    || [check_effective_target_powerpc_altivec]))}
> +             || [istarget spu-*-*]} {
>            set et_vect_cmdline_needed_saved 0
>         }
>      }
>

Committed revision 137142 (trunk) and 137143 (4.3.2).

Ira


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]