aboutsummaryrefslogtreecommitdiff
path: root/pl/math/pairwise_hornerf.h
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/pairwise_hornerf.h')
-rw-r--r--pl/math/pairwise_hornerf.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/pl/math/pairwise_hornerf.h b/pl/math/pairwise_hornerf.h
deleted file mode 100644
index 784750cde0b6..000000000000
--- a/pl/math/pairwise_hornerf.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Helper macros for single-precision pairwise Horner polynomial evaluation.
- *
- * Copyright (c) 2022-2023, Arm Limited.
- * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
- */
-
-#if V_SUPPORTED
-#define FMA v_fma_f32
-#else
-#define FMA fmaf
-#endif
-
-#include "pairwise_horner_wrap.h"