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] | |
On 9/29/05, Janis Johnson <janis187@us.ibm.com> wrote: > > Now that vectorized shifts work for x86 and x86_64, we can use vect_shift > > infrastructure in the testsuite. This patch adds x86, x86_64 and ia64 targets to > > check_effective_target_vect_shift procedure. Additionally, it implements this > > check using result caching. This patch also fixes what I think is a cut-n-pasto > > in check_effective_target_vect_condition. > Where's the patch? Eh. Please find updated patch attached to this message. Patch is tested on i686-pc-linux-gnu. 2005-09-30 Uros Bizjak <uros@kss-loka.si> * lib/target-supports.exp (check_effective_target_vect_shift): Implement with result caching. Add i?86, x86_64 and ia64 targets. (check_effective_target_vect_condition): Fix copy-n-pasto. * gcc.dg/vect/pr22480.c : Enable for effective-target vect_shift. * gcc.dg/vect/vect-shift-1.c: Remove XFAIL for i?86 and x86_64 targets. Uros.
Attachment:
vect_t.diff
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |