3.40. __nv_dadd_rz

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

Add two floating point values in round-towards-zero mode.

Adds two floating point values x and y in round-towards-zero 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.