[X86] Better handling of impossibly large stack frames (#124217)
[llvm-project.git] / libclc / generic / lib / math / native_sin.cl
blobfd9232f188efd5f8dc7f42481dde538f396191d5
1 #include <clc/clc.h>
3 #define __CLC_NATIVE_INTRINSIC sin
5 #define __CLC_BODY <native_unary_intrinsic.inc>
6 #define __FLOAT_ONLY
7 #include <clc/math/gentype.inc>