-
float amd_fmaxf(float x, float y)#
Returns the larger of two single-precision values.
- Parameters:
x – First value.
y – Second value.
- Returns:
Maximum of x and y.
-
double amd_fmax(double x, double y)#
Returns the larger of two double-precision values.
- Parameters:
x – First value.
y – Second value.
- Returns:
Maximum of x and y.