logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mad24 - Fast integer function to multiply 24-bit integers and add a 32-bit value.

Authors

TheKhronosGroup

Description

mad24 multiplies two 24-bit integer values x and y and adds the 32-bit integer result to the 32-bit
       integer z. See mul24(3clc) to see how the 24-bit integer multiplication is performed.

Name

       mad24 - Fast integer function to multiply 24-bit integers and add a 32-bit value.

       gentypemad24(gentypex,gentypey,gentypez);

Notes

        1. OpenCL Specification
           page 256, section 6.12.3 - Integer Functions

The Khronos Group                                  11/18/2024                                        MAD24(3clc)

See Also

integerFunctions(3clc)

Specification

OpenCLSpecification[1]

See Also