aboutsummaryrefslogtreecommitdiff
path: root/math/s_cos.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/s_cos.c')
-rw-r--r--math/s_cos.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/math/s_cos.c b/math/s_cos.c
new file mode 100644
index 0000000..53a95b0
--- /dev/null
+++ b/math/s_cos.c
@@ -0,0 +1,6 @@
+/*
+ * Copyright (c) 2019, Arm Limited.
+ * SPDX-License-Identifier: MIT
+ */
+#define SCALAR 1
+#include "v_cos.c"