xref: /llvm-project/libclc/generic/lib/math/half_log2.cl (revision a1aba44ffa742e02b0b0cc555d8359d456402fc2)
1#include <clc/clc.h>
2
3#define __CLC_FUNC log2
4#define __CLC_BODY <half_unary.inc>
5#define __FLOAT_ONLY
6#include <clc/math/gentype.inc>
7