aboutsummaryrefslogtreecommitdiff
path: root/pl/math/s_erfc_4u.c
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2022-10-31 14:02:58 +0000
committerJoe Ramsay <joe.ramsay@arm.com>2022-10-31 14:02:58 +0000
commite873df5c1f5925f9cd82458e068d697fe3a8c18d (patch)
tree016b843727528a2bbf74b1aa311fd601506f066f /pl/math/s_erfc_4u.c
parent4705cc8a8333f5eb37687e9920dddfa93b91198b (diff)
downloadarm-optimized-routines-e873df5c1f5925f9cd82458e068d697fe3a8c18d.tar.gz
pl/math: Update ULP threshold for erfc (all variants) and scalar log1p
Filenames, comments and threshold in runulp updated.
Diffstat (limited to 'pl/math/s_erfc_4u.c')
-rw-r--r--pl/math/s_erfc_4u.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/pl/math/s_erfc_4u.c b/pl/math/s_erfc_4u.c
new file mode 100644
index 0000000..6d80574
--- /dev/null
+++ b/pl/math/s_erfc_4u.c
@@ -0,0 +1,6 @@
+/*
+ * Copyright (c) 2022, Arm Limited.
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
+ */
+#define SCALAR 1
+#include "v_erfc_4u.c"