Closed
Description
What is correct parameter for cross compile for ARM Android ? I'm using Intel Ubuntu , android-ndk-r25b
ggml.c:232:16: warning: implicit declaration of function 'vfmaq_f32' is invalid in C99 [-Wimplicit-function-declaration]
sum0 = vfmaq_f32(sum0, x0, y0);
^
ggml.c:232:14: error: assigning to 'float32x4_t' (vector of 4 'float32_t' values) from **incompatible type** 'int'
sum0 = vfmaq_f32(sum0, x0, y0);
^ ~~~~~~~~~~~~~~~~~~~~~~~
./ggml.c:331:14: error: assigning to 'float16x8_t' (vector of 8 'float16_t' values) from **incompatible type** 'int'
sum0 = vfmaq_f16(sum0, x0, y0);
^ ~~~~~~~~~~~~~~~~~~~~~~~