73 #ifndef ARM_MATH_CM0_FAMILY 77 q31_t zero = 0x00000000;
81 blkCnt = blockSize >> 2u;
92 *
__SIMD32(pDst)++ = __QSUB8(zero, input);
100 blkCnt = blockSize % 0x4u;
116 *pDst++ = (in == (
q7_t) 0x80) ? 0x7f : -in;
int8_t q7_t
8-bit fractional data type in 1.7 format.
#define __SIMD32(addr)
definition to read/write two 16 bit values.
void arm_negate_q7(q7_t *pSrc, q7_t *pDst, uint32_t blockSize)
Negates the elements of a Q7 vector.
int32_t q31_t
32-bit fractional data type in 1.31 format.