![]() |
NMSIS-DSP
Version 1.6.0
NMSIS DSP Software Library
|
Compute the logical bitwise OR. More...
Functions | |
| RISCV_DSP_ATTRIBUTE void | riscv_or_u16 (const uint16_t *pSrcA, const uint16_t *pSrcB, uint16_t *pDst, uint32_t blockSize) |
| Compute the logical bitwise OR of two fixed-point vectors. More... | |
| RISCV_DSP_ATTRIBUTE void | riscv_or_u32 (const uint32_t *pSrcA, const uint32_t *pSrcB, uint32_t *pDst, uint32_t blockSize) |
| Compute the logical bitwise OR of two fixed-point vectors. More... | |
| RISCV_DSP_ATTRIBUTE void | riscv_or_u8 (const uint8_t *pSrcA, const uint8_t *pSrcB, uint8_t *pDst, uint32_t blockSize) |
| Compute the logical bitwise OR of two fixed-point vectors. More... | |
Compute the logical bitwise OR.
There are separate functions for uint32_t, uint16_t, and uint8_t data types.
| RISCV_DSP_ATTRIBUTE void riscv_or_u16 | ( | const uint16_t * | pSrcA, |
| const uint16_t * | pSrcB, | ||
| uint16_t * | pDst, | ||
| uint32_t | blockSize | ||
| ) |
Compute the logical bitwise OR of two fixed-point vectors.
| [in] | pSrcA | points to input vector A |
| [in] | pSrcB | points to input vector B |
| [out] | pDst | points to output vector |
| [in] | blockSize | number of samples in each vector |
| RISCV_DSP_ATTRIBUTE void riscv_or_u32 | ( | const uint32_t * | pSrcA, |
| const uint32_t * | pSrcB, | ||
| uint32_t * | pDst, | ||
| uint32_t | blockSize | ||
| ) |
Compute the logical bitwise OR of two fixed-point vectors.
| [in] | pSrcA | points to input vector A |
| [in] | pSrcB | points to input vector B |
| [out] | pDst | points to output vector |
| [in] | blockSize | number of samples in each vector |
| RISCV_DSP_ATTRIBUTE void riscv_or_u8 | ( | const uint8_t * | pSrcA, |
| const uint8_t * | pSrcB, | ||
| uint8_t * | pDst, | ||
| uint32_t | blockSize | ||
| ) |
Compute the logical bitwise OR of two fixed-point vectors.
| [in] | pSrcA | points to input vector A |
| [in] | pSrcB | points to input vector B |
| [out] | pDst | points to output vector |
| [in] | blockSize | number of samples in each vector |