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/libm/Makefile.inc
parentabf672604bd0d8a2ad9f2ec7cae76ad5905c3092 (diff)
Revert "amdgcn: Add vectorized math routines"
This reverts commit 125e39bfea1a39341a60348c93a65cf4894e0f2a.
Diffstat (limited to 'newlib/libm/Makefile.inc')
-rw-r--r--newlib/libm/Makefile.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/newlib/libm/Makefile.inc b/newlib/libm/Makefile.inc
index 9d1469555..7fda120e5 100644
--- a/newlib/libm/Makefile.inc
+++ b/newlib/libm/Makefile.inc
@@ -51,9 +51,6 @@ include %D%/test/Makefile.inc
if HAVE_LIBM_MACHINE_AARCH64
include %D%/machine/aarch64/Makefile.inc
endif
-if HAVE_LIBM_MACHINE_AMDGCN
-include %D%/machine/amdgcn/Makefile.inc
-endif
if HAVE_LIBM_MACHINE_ARM
include %D%/machine/arm/Makefile.inc
endif