NMSIS-DSP
Version 1.3.1
NMSIS DSP Software Library
|
Compute the exp values of a vector of samples. More...
Functions | |
RISCV_DSP_ATTRIBUTE void | riscv_vexp_f16 (const float16_t *pSrc, float16_t *pDst, uint32_t blockSize) |
Floating-point vector of exp values. More... | |
RISCV_DSP_ATTRIBUTE void | riscv_vexp_f32 (const float32_t *pSrc, float32_t *pDst, uint32_t blockSize) |
Floating-point vector of exp values. More... | |
Compute the exp values of a vector of samples.
RISCV_DSP_ATTRIBUTE void riscv_vexp_f16 | ( | const float16_t * | pSrc, |
float16_t * | pDst, | ||
uint32_t | blockSize | ||
) |
Floating-point vector of exp values.
[in] | pSrc | points to the input vector |
[out] | pDst | points to the output vector |
[in] | blockSize | number of samples in each vector |