Skip to content

Commit 7cd1796

Browse files
authored
[libclc] Fix typo in OpenCL header math/sincos.h (#147244)
llvm-diff shows no change to nvptx64--nvidiacl.bc and amdgcn--amdhsa.bc
1 parent b1a8c8a commit 7cd1796

File tree

1 file changed

+1
-1
lines changed
  • libclc/opencl/include/clc/opencl/math

1 file changed

+1
-1
lines changed

libclc/opencl/include/clc/opencl/math/sincos.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
#define __CLC_BODY <clc/math/unary_decl_with_ptr.inc>
10-
#define FUNCTION __clc_sincos
10+
#define FUNCTION sincos
1111
#include <clc/math/gentype.inc>
1212
#undef FUNCTION

0 commit comments

Comments
 (0)