xref: /llvm-project/libclc/amdgpu/lib/math/half_log.cl (revision 65fd65efbf63514fd71685262417b5e9642c4de9)
1*65fd65efSJan Vesely#include <clc/clc.h>
2*65fd65efSJan Vesely
3*65fd65efSJan Vesely#define __CLC_FUNC log
4*65fd65efSJan Vesely#define __FLOAT_ONLY
5*65fd65efSJan Vesely#define __CLC_BODY <half_native_unary.inc>
6*65fd65efSJan Vesely#include <clc/math/gentype.inc>
7