diff options
Diffstat (limited to 'pl/math/include/pl_test.h')
-rw-r--r-- | pl/math/include/pl_test.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/pl/math/include/pl_test.h b/pl/math/include/pl_test.h deleted file mode 100644 index 3a3407e337b8..000000000000 --- a/pl/math/include/pl_test.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - * PL macros to aid testing. This version of this file is used for building the - * routine, not the tests. Separate definitions are found in test/pl_test.h - * which emit test parameters. - * - * Copyright (c) 2022-2023, Arm Limited. - * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception. - */ - -/* Emit max ULP threshold - silenced for building the routine. */ -#define PL_TEST_ULP(f, l) - -/* Emit routine name if e == 1 and f is expected to correctly trigger fenv - exceptions. e allows declaration to be emitted conditionally upon certain - build flags - defer expansion by one pass to allow those flags to be expanded - properly. */ -#define PL_TEST_EXPECT_FENV(f, e) -#define PL_TEST_EXPECT_FENV_ALWAYS(f) - -#define PL_TEST_INTERVAL(f, lo, hi, n) -#define PL_TEST_SYM_INTERVAL(f, lo, hi, n) -#define PL_TEST_INTERVAL_C(f, lo, hi, n, c) -#define PL_TEST_SYM_INTERVAL_C(f, lo, hi, n, c) -#define PL_TEST_INTERVAL2(f, xlo, xhi, ylo, yhi, n) |