aboutsummaryrefslogtreecommitdiff
path: root/pl/math/vn_tan_3u5.c
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:09:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:09:51 +0000
commit9b34328e5d9bbe7a3b6bfc85119b3a8e933f487d (patch)
treeb6182e391304fb3a42c51d482dcf671f540f2363 /pl/math/vn_tan_3u5.c
parent2c59c64458c2a8ca3f8533dc9e9cdfcae90e2c73 (diff)
parent172d24a7ae67ee7bae413d5a8618f1b5edc002be (diff)
downloadarm-optimized-routines-9b34328e5d9bbe7a3b6bfc85119b3a8e933f487d.tar.gz
Change-Id: Ic0a828a30e1ed0394abdeefd06718d6201d2bf87
Diffstat (limited to 'pl/math/vn_tan_3u5.c')
-rw-r--r--pl/math/vn_tan_3u5.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/pl/math/vn_tan_3u5.c b/pl/math/vn_tan_3u5.c
new file mode 100644
index 0000000..a4efb06
--- /dev/null
+++ b/pl/math/vn_tan_3u5.c
@@ -0,0 +1,12 @@
+/*
+ * AdvSIMD vector PCS variant of __v_tan.
+ *
+ * Copyright (c) 2023, Arm Limited.
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
+ */
+#include "include/mathlib.h"
+#ifdef __vpcs
+#define VPCS 1
+#define VPCS_ALIAS PL_ALIAS (__vn_tan, _ZGVnN2v_tan)
+#include "v_tan_3u5.c"
+#endif