|
|
|
@ -1,5 +1,5 @@
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2010-2020 ARM Limited or its affiliates. All rights reserved.
|
|
|
|
* Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*
|
|
|
|
*
|
|
|
|
@ -21,10 +21,10 @@
|
|
|
|
* Title: arm_add_q7.c
|
|
|
|
* Title: arm_add_q7.c
|
|
|
|
* Description: Q7 vector addition
|
|
|
|
* Description: Q7 vector addition
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* $Date: May 29, 2020
|
|
|
|
* $Date: 23 April 2021
|
|
|
|
* $Revision: V1.6.1
|
|
|
|
* $Revision: V1.9.0
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Target Processor: Cortex-M cores
|
|
|
|
* Target Processor: Cortex-M and Cortex-A cores
|
|
|
|
* -------------------------------------------------------------------- */
|
|
|
|
* -------------------------------------------------------------------- */
|
|
|
|
|
|
|
|
|
|
|
|
#include "dsp/basic_math_functions.h"
|
|
|
|
#include "dsp/basic_math_functions.h"
|
|
|
|
|