[clang-tidy][use-internal-linkage] fix false positive for consteval function (#122141)
[llvm-project.git] / libclc / generic / lib / math / native_sqrt.cl
blob92a2e1bef6e8c30142cbddd603158de8fdf542ba
1 #include <clc/clc.h>
3 #define __CLC_NATIVE_INTRINSIC sqrt
5 #define __CLC_BODY <native_unary_intrinsic.inc>
6 #define __FLOAT_ONLY
7 #include <clc/math/gentype.inc>