73 #ifndef ARM_MATH_CM0_FAMILY 76 q31_t in1, in2, in3, in4;
79 blkCnt = blockSize >> 2u;
92 *pDst++ = __QSUB(0, in1);
93 *pDst++ = __QSUB(0, in2);
94 *pDst++ = __QSUB(0, in3);
95 *pDst++ = __QSUB(0, in4);
103 blkCnt = blockSize % 0x4u;
120 *pDst++ = (in == INT32_MIN) ? INT32_MAX : -in;
void arm_negate_q31(q31_t *pSrc, q31_t *pDst, uint32_t blockSize)
Negates the elements of a Q31 vector.
int32_t q31_t
32-bit fractional data type in 1.31 format.