3.39. __nv_dadd_ru

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

Add two floating point values in round-up mode.

Adds two floating point values x and 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

This operation will never be merged into a single multiply-add instruction.

Returns

Returns x + y.