3.43. __nv_ddiv_ru

double @__nv_ddiv_ru(double %x, double %y)

Divide two floating point values in round-up mode.

Divides 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, Double-Precision Floating-Point Functions section.

Note

Requires compute capability >= 2.0.

Returns

Returns x / y.