Hi all.
I want to use VLES in order to improve my application performance.
Can i do it with C language (not asm)?
Can i use some intrinsics that wrap the VLES instructions?
Actually, i want to copy the first element, forth, 7, 10 from a source buffer to another bufffer and then to cpoy the second,5,8 elements from the source buffer to another bufffer. I want to abstain from loop asmuch as possible, tjen i thought on VLES and intrinsics.
Thanks a lot