about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/aarch64/fpu/Versions')
-rw-r--r--sysdeps/aarch64/fpu/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/aarch64/fpu/Versions b/sysdeps/aarch64/fpu/Versions
index 5222a6f180..d26b3968a9 100644
--- a/sysdeps/aarch64/fpu/Versions
+++ b/sysdeps/aarch64/fpu/Versions
@@ -1,8 +1,12 @@
 libmvec {
   GLIBC_2.38 {
     _ZGVnN2v_cos;
+    _ZGVnN2v_sin;
     _ZGVnN4v_cosf;
+    _ZGVnN4v_sinf;
     _ZGVsMxv_cos;
     _ZGVsMxv_cosf;
+    _ZGVsMxv_sin;
+    _ZGVsMxv_sinf;
   }
 }