llvm-project/libclc/generic/lib/math/native_sin.cl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
159 B
Common Lisp
Raw Normal View History

#include <clc/clc.h>
#define __CLC_NATIVE_INTRINSIC sin
#define __CLC_BODY <native_unary_intrinsic.inc>
#define __FLOAT_ONLY
#include <clc/math/gentype.inc>