Commit 44b2a8da by Fariborz Jahanian

Test for AltiVec function vec_ld, passing a pointer to const vector.

Approved by Aldy Hernandez.

From-SVN: r81716
parent 7958a2a6
/* Test for AltiVec function vec_ld, passing a pointer to const vector */
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-options "-maltivec" } */
#include <altivec.h>
typedef vector unsigned char vuc_t;
const vuc_t* p;
vector unsigned char test_vec_ld()
{
return vec_ld(0,p);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment