lijing0010
lijing0010
Signed-off-by: Jing Li # Description pthread_cancel is an async call, need to join() before next move, otherwise it may crash. # Issue If init/deinit for about 150 times with default...
User can still use taskset to specify the cores, this works for non-numa CPU cases Signed-off-by: Jing Li
Hi, I'm using SIMDe to convert AVX to neon, and there's _mm256_slli_epi16 in my original code. when compiling with gcc13.2, it's fine. When changed to Clang, it will have compile...