aboutsummaryrefslogtreecommitdiff
path: root/math/vn_sinf.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/vn_sinf.c')
-rw-r--r--math/vn_sinf.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/math/vn_sinf.c b/math/vn_sinf.c
deleted file mode 100644
index 6e880c60dc39..000000000000
--- a/math/vn_sinf.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * AdvSIMD vector PCS variant of __v_sinf.
- *
- * Copyright (c) 2019, Arm Limited.
- * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
- */
-#include "mathlib.h"
-#ifdef __vpcs
-#define VPCS 1
-#define VPCS_ALIAS strong_alias (__vn_sinf, _ZGVnN4v_sinf)
-#include "v_sinf.c"
-#endif