3.187. __nv_fsub_ru
-
float @__nv_fsub_ru(float %x, float %y)
Subtract two floating point values in round-up mode.
Compute the difference of
xandyin 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.
Note
This operation will never be merged into a single multiply-add instruction.
- Returns
Returns
x-y.