v2: Use constant and multiplication instead of division v3: Use hex constants Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 227585
9 lines
158 B
Common Lisp
9 lines
158 B
Common Lisp
#include <clc/clc.h>
|
|
|
|
#ifdef cl_khr_fp64
|
|
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
|
#endif
|
|
|
|
#define __CLC_BODY <log10.inc>
|
|
#include <clc/math/gentype.inc>
|