llmax

Function llmax 

Source
pub unsafe extern "C" fn llmax(x: i64, y: i64) -> i64
Expand description

Determine the maximum value of the two 64-bit signed integers and x. y

Nvidia docs

ยงReturns

Returns the maximum value of the two 64-bit signed integers and x. y