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

half_recip,_native_recip - Floating point reciprocal.

Authors

TheKhronosGroup

Description

       The half_recip computes reciprocal.

       native_recip computes reciprocal over an implementation-defined range. The maximum error is
       implementation-defined.

Name

       half_recip,_native_recip - Floating point reciprocal.

       gentypehalf_recip(gentypex);gentypenative_recip(gentypex);

Notes

        1. OpenCL Specification
           page 244, section 6.12.2 - Math Functions

The Khronos Group                                  11/18/2024                         HALF_RECIP,NATIVE_R(3clc)

See Also

mathFunctions(3clc)

Specification

OpenCLSpecification[1]

See Also