aboutsummaryrefslogtreecommitdiff
path: root/pl/math/vn_exp_tail.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/vn_exp_tail.c')
-rw-r--r--pl/math/vn_exp_tail.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/pl/math/vn_exp_tail.c b/pl/math/vn_exp_tail.c
new file mode 100644
index 0000000..52a57fe
--- /dev/null
+++ b/pl/math/vn_exp_tail.c
@@ -0,0 +1,11 @@
+/*
+ * AdvSIMD vector PCS variant of __v_erfc.
+ *
+ * Copyright (c) 2019-2023, Arm Limited.
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
+ */
+#include "include/mathlib.h"
+#ifdef __vpcs
+#define VPCS 1
+#include "v_exp_tail.c"
+#endif