![]() |
AI Engine
(AIE) r2p15.2
|
Float vector max/min.
Performs the comparison between lanes and returns the result of the comparison (either max or min) as a lane in the output vector.
Functions | |
| v8float | fpmax (v8float acc, v32float xbuf, int xstart, unsigned int xoffs) |
| Maximum of real single precision floating point vectors. | |
| v8float | fpmax (v8float acc, v16float xbuf, int xstart, unsigned int xoffs) |
| Maximum of real single precision floating point vectors. | |
| v8float | fpmin (v8float acc, v32float xbuf, int xstart, unsigned int xoffs) |
| Minimum of real single precision floating point vectors. | |
| v8float | fpmin (v8float acc, v16float xbuf, int xstart, unsigned int xoffs) |
| Minimum of real single precision floating point vectors. | |
Maximum of real single precision floating point vectors.
| acc | Incoming accumulation vector. |
| xbuf | Input buffer. |
| xstart | Starting offset for all lanes of X. |
| xoffs | 4 bits per lane: Additional lane-dependent offset for X. |
Maximum of real single precision floating point vectors.
| acc | Incoming accumulation vector. |
| xbuf | Input buffer. Small buffer variant. |
| xstart | Starting offset for all lanes of X. |
| xoffs | 4 bits per lane: Additional lane-dependent offset for X. |
Minimum of real single precision floating point vectors.
| acc | Incoming accumulation vector. |
| xbuf | Input buffer. |
| xstart | Starting offset for all lanes of X. |
| xoffs | 4 bits per lane: Additional lane-dependent offset for X. |
Minimum of real single precision floating point vectors.
| acc | Incoming accumulation vector. |
| xbuf | Input buffer. Small buffer variant. |
| xstart | Starting offset for all lanes of X. |
| xoffs | 4 bits per lane: Additional lane-dependent offset for X. |