libdevice User's Guide
(PDF)
-
CUDA Toolkit v5.5
(older)
-
Last updated
May 11, 2013
-
Send Feedback
3.316. __nv_umul24
Prototype:
i32 @__nv_umul24(i32 %x, i32 %y)
Description:
Calculate the least significant 32 bits of the product of the least significant 24 bits of x and y. The high order 8 bits of x and y are ignored.
Returns:
Returns the least significant 32 bits of the product x * y.
Library Availability:
Compute 2.0: Yes
Compute 3.0: Yes
Compute 3.5: Yes
libdevice User's Guide
(PDF)
-
CUDA Toolkit v5.5
(older)
-
Last updated
May 11, 2013
-
Send Feedback