vector operate

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

vector operate

516 Views
lipeng_tian
Contributor I
the APU example:  dst[2] has not been setted the values from src[3].  Why?
void test(vec08u* dst, vec08u* src)
{
  dst[0] = src[0];
  dst[1] = src[1];
  dst[2] = src[3];
}
Tags (3)
0 Kudos
1 Reply

428 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

please can you be more specific? Which particular example do you mean? The example isn't working for you? 

Jiri 

0 Kudos