Function core::arch::nvptx::f16x2_min_nan

source ·
pub unsafe fn f16x2_min_nan(a: f16x2, b: f16x2) -> f16x2
🔬This is a nightly-only experimental API. (stdarch_nvptx #111199)
Available on target_arch="nvptx64" only.
Expand description

Find the minimum of two values, NaNs pass through.

https://docs.nvidia.com/cuda/parallel-thread-execution/#half-precision-floating-point-instructions-min

Corresponds to the CUDA C intrinsic __hmin2_nan