about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/vecmath_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/aarch64/fpu/vecmath_config.h')
-rw-r--r--sysdeps/aarch64/fpu/vecmath_config.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/sysdeps/aarch64/fpu/vecmath_config.h b/sysdeps/aarch64/fpu/vecmath_config.h
index 3f0b5f4764..c8cfc03bc0 100644
--- a/sysdeps/aarch64/fpu/vecmath_config.h
+++ b/sysdeps/aarch64/fpu/vecmath_config.h
@@ -114,4 +114,20 @@ extern const struct sv_erf_data
   double scale[769];
 } __sv_erf_data attribute_hidden;
 
+extern const struct erfc_data
+{
+  struct
+  {
+    double erfc, scale;
+  } tab[3488];
+} __erfc_data attribute_hidden;
+
+extern const struct erfcf_data
+{
+  struct
+  {
+    float erfc, scale;
+  } tab[645];
+} __erfcf_data attribute_hidden;
+
 #endif