xref: /llvm-project/libclc/generic/lib/math/native_sqrt.cl (revision 4301e6d0c915563c9d2d8a9bd1d0c4395913985e)
1#include <clc/clc.h>
2
3#define __CLC_NATIVE_INTRINSIC sqrt
4
5#define __CLC_BODY <native_unary_intrinsic.inc>
6#define __FLOAT_ONLY
7#include <clc/math/gentype.inc>
8