I need to enable SPE in the core of S32R274 Z7-1 to speed up some algorithms. The steps are as follows:
1

2

3 add files
#include "spe.h"
#include "spe2.h"
After I finished these operations, there were a lot of errors in the compilation project。Is there something wrong?
