[SampleProfileLoader] Fix integer overflow in generateMDProfMetadata (#90217)
[llvm-project.git] / libclc / generic / lib / math / half_recip.cl
blobc0b5c00c5e330928ee3648076f2c84d677869d94
1 #include <clc/clc.h>
3 #define recip(x) (1.0f/x)
5 #define __CLC_FUNC recip
6 #define __CLC_BODY <half_unary.inc>
7 #define __FLOAT_ONLY
8 #include <clc/math/gentype.inc>
10 #undef recip