diff --git a/Include/arm_math.h b/Include/arm_math.h index 2a70082e..2c011d0c 100644 --- a/Include/arm_math.h +++ b/Include/arm_math.h @@ -172,6 +172,11 @@ * This is only valid for scalar. When vector architecture is * supporting f16 then it can't be disabled. * + * - ARM_MATH_AUTOVECTORIZE: + * + * With Helium or Neon, disable the use of vectorized code with C intrinsics + * and use pure C instead. The vectorization is then done by the compiler. + * *