aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/altivec-5.c
blob: 37c9a9fa79b6a460610a4fb5d4cabe589f9aeead (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-options "-maltivec -O2" } */

void foo (const unsigned long x,
	  vector signed int a, vector signed int b)
{
  unsigned char d[64];

  __builtin_altivec_stvewx (b, 0, d);
}