75 #ifndef ARM_MATH_CM0_FAMILY 82 blkCnt = blockSize >> 2u;
95 *
__SIMD32(pDst)++ = __QSUB16(inA1, inB1);
96 *
__SIMD32(pDst)++ = __QSUB16(inA2, inB2);
104 blkCnt = blockSize % 0x4u;
110 *pDst++ = (
q15_t) __QSUB16(*pSrcA++, *pSrcB++);
127 *pDst++ = (
q15_t) __SSAT(((
q31_t) * pSrcA++ - *pSrcB++), 16);
void arm_sub_q15(q15_t *pSrcA, q15_t *pSrcB, q15_t *pDst, uint32_t blockSize)
Q15 vector subtraction.
int16_t q15_t
16-bit fractional data type in 1.15 format.
#define __SIMD32(addr)
definition to read/write two 16 bit values.
int32_t q31_t
32-bit fractional data type in 1.31 format.