[libclc] Fix typo in OpenCL header math/sincos.h (#147244)

llvm-diff shows no change to nvptx64--nvidiacl.bc and amdgcn--amdhsa.bc
This commit is contained in:
Wenju He 2025-07-07 17:30:40 +08:00 committed by GitHub
parent b1a8c8a32c
commit 7cd179612d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,6 @@
//===----------------------------------------------------------------------===//
#define __CLC_BODY <clc/math/unary_decl_with_ptr.inc>
#define FUNCTION __clc_sincos
#define FUNCTION sincos
#include <clc/math/gentype.inc>
#undef FUNCTION