From 23d216b3bbfefaeded8e3795424c8103039df61f Mon Sep 17 00:00:00 2001 From: Felix Johnny Date: Thu, 28 May 2020 07:56:41 +0200 Subject: [PATCH] CMSIS-NN: Fix warnings 1. Doxygen warnings are fixed 2. Sign conversion warnings(-Wsign-conversion) and -Wextra warnings are fixed for TFLu compliant MVE APIs Change-Id: I22ee8cd4ff4c94c92d9659504fc4c24d2b5ae441 --- Source/BasicMathFunctions/arm_add_q7.c | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/Source/BasicMathFunctions/arm_add_q7.c b/Source/BasicMathFunctions/arm_add_q7.c index 8836c85a..32a2ca91 100644 --- a/Source/BasicMathFunctions/arm_add_q7.c +++ b/Source/BasicMathFunctions/arm_add_q7.c @@ -1,15 +1,5 @@ -/* ---------------------------------------------------------------------- - * Project: CMSIS DSP Library - * Title: arm_add_q7.c - * Description: Q7 vector addition - * - * $Date: 18. March 2019 - * $Revision: V1.6.0 - * - * Target Processor: Cortex-M cores - * -------------------------------------------------------------------- */ /* - * Copyright (C) 2010-2019 ARM Limited or its affiliates. All rights reserved. + * Copyright (C) 2010-2020 ARM Limited or its affiliates. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * @@ -26,6 +16,17 @@ * limitations under the License. */ +/* ---------------------------------------------------------------------- + * Project: CMSIS DSP Library + * Title: arm_add_q7.c + * Description: Q7 vector addition + * + * $Date: May 29, 2020 + * $Revision: V1.6.1 + * + * Target Processor: Cortex-M cores + * -------------------------------------------------------------------- */ + #include "arm_math.h" /**