Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2022-12-16 20:28:48 +0300
committerJeff Johnston <jjohnstn@redhat.com>2022-12-16 20:28:48 +0300
commitc04c01524d20611fc14a17d2607e9c50bf5cc83e (patch)
treee9c2886c9d6aba743d1446029aedb8ba24fa56d2 /newlib/configure
parentabf672604bd0d8a2ad9f2ec7cae76ad5905c3092 (diff)
Revert "amdgcn: Add vectorized math routines"
This reverts commit 125e39bfea1a39341a60348c93a65cf4894e0f2a.
Diffstat (limited to 'newlib/configure')
-rwxr-xr-xnewlib/configure14
1 files changed, 0 insertions, 14 deletions
diff --git a/newlib/configure b/newlib/configure
index f29aca5d3..0b6ec15e9 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -623,8 +623,6 @@ HAVE_LIBM_MACHINE_I386_FALSE
HAVE_LIBM_MACHINE_I386_TRUE
HAVE_LIBM_MACHINE_ARM_FALSE
HAVE_LIBM_MACHINE_ARM_TRUE
-HAVE_LIBM_MACHINE_AMDGCN_FALSE
-HAVE_LIBM_MACHINE_AMDGCN_TRUE
HAVE_LIBM_MACHINE_AARCH64_FALSE
HAVE_LIBM_MACHINE_AARCH64_TRUE
HAS_NDS32_FPU_DP_FALSE
@@ -6218,14 +6216,6 @@ else
HAVE_LIBM_MACHINE_AARCH64_FALSE=
fi
- if test "${libm_machine_dir}" = "amdgcn"; then
- HAVE_LIBM_MACHINE_AMDGCN_TRUE=
- HAVE_LIBM_MACHINE_AMDGCN_FALSE='#'
-else
- HAVE_LIBM_MACHINE_AMDGCN_TRUE='#'
- HAVE_LIBM_MACHINE_AMDGCN_FALSE=
-fi
-
if test "${libm_machine_dir}" = "arm"; then
HAVE_LIBM_MACHINE_ARM_TRUE=
HAVE_LIBM_MACHINE_ARM_FALSE='#'
@@ -7885,10 +7875,6 @@ if test -z "${HAVE_LIBM_MACHINE_AARCH64_TRUE}" && test -z "${HAVE_LIBM_MACHINE_A
as_fn_error $? "conditional \"HAVE_LIBM_MACHINE_AARCH64\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
-if test -z "${HAVE_LIBM_MACHINE_AMDGCN_TRUE}" && test -z "${HAVE_LIBM_MACHINE_AMDGCN_FALSE}"; then
- as_fn_error $? "conditional \"HAVE_LIBM_MACHINE_AMDGCN\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
if test -z "${HAVE_LIBM_MACHINE_ARM_TRUE}" && test -z "${HAVE_LIBM_MACHINE_ARM_FALSE}"; then
as_fn_error $? "conditional \"HAVE_LIBM_MACHINE_ARM\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5