Files
clang-p2996/libclc/generic/lib/math/nan.cl
Jan Vesely b672f7a251 nan: Implement
Passes CTS on carrizo and turks

Reviewer: Aaron Watry <awatry@gmail.com>
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 327324
2018-03-12 19:46:52 +00:00

7 lines
161 B
Common Lisp

#include <clc/clc.h>
#include "utils.h"
#define __CLC_AS_GENTYPE __CLC_XCONCAT(as_, __CLC_GENTYPE)
#define __CLC_BODY <nan.inc>
#include <clc/math/gentype.inc>