S32R294 SPE

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

S32R294 SPE

649 Views
Yanyang_smile
Contributor I

SPE does not look like much faster than C,why?

this is my code with C and SPE.

/******code with C*******/

code With Ccode With C

/******code with SPE*******/code With SPEcode With SPE

0 Kudos
Reply
1 Reply

639 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

As reference manual express:

SPE accelerates operations via the use of short vectors (two, four, or eight elements) within 64-bit
GPRs and the use of Single Instruction Multiple Data (SIMD) operations. SPE 2.1 also includes an accumulator register to allow
for certain back-to-back operations without loop unrolling.

Best regards,

Peter

0 Kudos
Reply