On 8/9/22 00:51, Xu, Ling1 wrote:
Hi, Juan, Thanks for your advice. We have revised our code including: 1) change "IS_CPU_SUPPORT_AVX512BW" to "is_cpu_support_avx512bw" to indicate that variable isn't global variable;
You can remove this variable entirely...
2) use a function pointer to simplify code in ram.c;
... because it's redundant with the function pointer. r~