#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.
the breakpoint is after the memcpy,but the memory of these two struct address is not same.What's the reason?