syclreference.com
  1. SYCL
  2. | API Reference
  3. | Built-Ins
  4. | mad24

mad24

Multipy two 24-bit integer values x and y and add the 32-bit integer result to the 32-bit integer z.


template <typename I, detail::enable_if_t<(detail::builtin::is_geninteger32bit<I>::value), int> >
I mad24(I x, I y, I z)
(1)
  1. Multipy two 24-bit integer values `x` and `y` and add the 32-bit integer result to the 32-bit integer `z`.
    Parameters:
    • I x
    • I y
    • I z

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000