aboutsummaryrefslogtreecommitdiff
path: root/contrib/arm-optimized-routines/math/vn_pow.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/arm-optimized-routines/math/vn_pow.c')
-rw-r--r--contrib/arm-optimized-routines/math/vn_pow.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/arm-optimized-routines/math/vn_pow.c b/contrib/arm-optimized-routines/math/vn_pow.c
deleted file mode 100644
index 260950113b04..000000000000
--- a/contrib/arm-optimized-routines/math/vn_pow.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * AdvSIMD vector PCS variant of __v_pow.
- *
- * Copyright (c) 2020, Arm Limited.
- * SPDX-License-Identifier: MIT
- */
-#include "mathlib.h"
-#ifdef __vpcs
-#define VPCS 1
-#define VPCS_ALIAS strong_alias (__vn_pow, _ZGVnN2vv_pow)
-#include "v_pow.c"
-#endif