aboutsummaryrefslogtreecommitdiff
path: root/math/single/s_sinf.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/single/s_sinf.c')
-rw-r--r--math/single/s_sinf.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/single/s_sinf.c b/math/single/s_sinf.c
deleted file mode 100644
index ab0f628..0000000
--- a/math/single/s_sinf.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * s_sinf.c - single precision sine function
- *
- * Copyright (c) 2009-2018, Arm Limited.
- * SPDX-License-Identifier: MIT
- */
-
-#define SINE
-#include "s_sincosf.c"
-
-/* end of s_sinf.c */