Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libclc/generic/include/clc/math/sin.h')
-rw-r--r--libclc/generic/include/clc/math/sin.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libclc/generic/include/clc/math/sin.h b/libclc/generic/include/clc/math/sin.h
deleted file mode 100644
index e50b71a1a6f0..000000000000
--- a/libclc/generic/include/clc/math/sin.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#undef sin
-#define sin __clc_sin
-
-#define __CLC_FUNCTION __clc_sin
-#define __CLC_INTRINSIC "llvm.sin"
-#include <clc/math/unary_intrin.inc>