Fmin - 5.2 English - 68552

AOCL API Guide (68552)

Document ID
68552
Release Date
2025-12-29
Version
5.2 English
float amd_fminf(float x, float y)#

Returns the smaller of two single-precision values.

Parameters:
  • x – First value.

  • y – Second value.

Returns:

Minimum of x and y.

double amd_fmin(double x, double y)#

Returns the smaller of two double-precision values.

Parameters:
  • x – First value.

  • y – Second value.

Returns:

Minimum of x and y.