blob: 28294c8597ab08a29d8b24bab60e5766f81047e5 [file] [log] [blame]
void
pc (void);
void __attribute__ ((simd))
ty (void);
void __attribute__ ((simd))
gf ()
{
ty ();
}
void __attribute__ ((simd))
ty (void)
{
gf (pc);
gf (gf);
}