Files
clang-p2996/libclc/generic/include/clc/math/logb.h
Jan Vesely 27dffff6e8 logb: Use unary_decl instead of custom inc file
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Reviewed-By: Aaron Watry <awatry@gmail.com>
llvm-svn: 317249
2017-11-02 19:48:41 +00:00

8 lines
147 B
C

#define __CLC_BODY <clc/math/unary_decl.inc>
#define __CLC_FUNCTION logb
#include <clc/math/gentype.inc>
#undef __CLC_BODY
#undef __CLC_FUNCTION