IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / vmx / 5-02.c
blob0bb4eb0084f5687fed52025cfe18eea117a46c3e
1 /* { dg-do compile } */
2 #include <altivec.h>
3 vector float a = {1,1,1,1};
4 vector float b = {1,2.0,3,4U};