Functions
DSPF_sp_minval
Collaboration diagram for DSPF_sp_minval:

Functions

float DSPF_sp_minval (const float *x, int nx)
 

Detailed Description

Function Documentation

◆ DSPF_sp_minval()

float DSPF_sp_minval ( const float *  x,
int  nx 
)

This routine finds out the minimum number in the input array. This code returns the minimum value in the array.

   @param x   Pointer to input array.
   @param nx  Number of inputs in the input array.
Algorithm:
DSPF_sp_minval_cn.c is the natural C equivalent of the optimized linear assembly code without restrictions. Note that the linear assembly code is optimized and restrictions may apply.
Assumptions:
nx should be multiple of 4 and >= 4
x should be double-word aligned
Implementation Notes:
Interruptibility: The code is interruptible.
Endian Support: The code supports both big and little endian modes.

Copyright 2022, Texas Instruments Incorporated