3.156. __nv_fmul_rd

原型:

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

描述:

计算...的乘积xy在向下舍入(向负无穷大)模式下。

返回值

返回值x * y.

注意

有关准确性信息,请参阅 CUDA C++ 编程指南的数学函数附录中单精度浮点函数部分。

此操作永远不会合并到单个乘加指令中。

库可用性:

Compute 2.0:是

Compute 3.0:是

Compute 3.5:是