#include #include //启用 NEON 指令 #include #include #define SIZE 1024 void vector_add_optimized(float* A, float* B, float* C, int size) { for(int i=0;i