How to add pthread in examples of sve project?

 

#include <pthread.h>
 

I use this line code in Arm Development Studio built-in sve_array_subtract example and has build errors that "pthread.h" file not found. How to solve it, I wanna use both multi-thread and sve instrinsics in the project.

Parents Reply Children
No data