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