3.124. __nv_fdiv_ru

float @__nv_fdiv_ru(float %x, float %y)

Divide two floating point values in round-up mode.

Divide two floating point values x by y in round-up (to positive infinity) mode.

Note

For accuracy information, see the CUDA C++ Programming Guide, Mathematical Functions Appendix, Single-Precision Floating-Point Functions section.

Returns

Returns x / y.