pub unsafe extern "C" fn llmax(x: i64, y: i64) -> i64
Determine the maximum value of the two 64-bit signed integers and x. y
Nvidia docs
Returns the maximum value of the two 64-bit signed integers and x. y