diff options
author | Sam James <sam@gentoo.org> | 2024-10-18 15:05:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-18 15:05:27 +0100 |
commit | a36914b3932f5ae93d9f18d445be959cd61f1dff (patch) | |
tree | d62b9032418df6c165a22d5d86c9b93384e0401c | |
parent | 15.0.0: revert some embed patches (diff) | |
download | gcc-patches-a36914b3932f5ae93d9f18d445be959cd61f1dff.tar.gz gcc-patches-a36914b3932f5ae93d9f18d445be959cd61f1dff.tar.bz2 gcc-patches-a36914b3932f5ae93d9f18d445be959cd61f1dff.zip |
15.0.0: drop 72_all_PR117192-andn.patch
Merged upstream.
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | 15.0.0/gentoo/72_all_PR117192-andn.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/15.0.0/gentoo/72_all_PR117192-andn.patch b/15.0.0/gentoo/72_all_PR117192-andn.patch deleted file mode 100644 index f7706c1..0000000 --- a/15.0.0/gentoo/72_all_PR117192-andn.patch +++ /dev/null @@ -1,20 +0,0 @@ -https://gcc.gnu.org/PR17192 -https://gcc.gnu.org/bugzilla/attachment.cgi?id=59373 - -diff --git a/gcc/config/i386/mmx.md b/gcc/config/i386/mmx.md -index ef4ed8b501a..506f4cab6a8 100644 ---- a/gcc/config/i386/mmx.md -+++ b/gcc/config/i386/mmx.md -@@ -4470,9 +4470,9 @@ (define_split - (define_expand "andn<mode>3" - [(set (match_operand:MMXMODEI 0 "register_operand") - (and:MMXMODEI -- (not:MMXMODEI (match_operand:MMXMODEI 1 "register_operand")) -- (match_operand:MMXMODEI 2 "register_operand")))] -- "TARGET_SSE2") -+ (not:MMXMODEI (match_operand:MMXMODEI 2 "register_operand")) -+ (match_operand:MMXMODEI 1 "register_operand")))] -+ "TARGET_MMX_WITH_SSE") - - (define_insn "mmx_andnot<mode>3" - [(set (match_operand:MMXMODEI 0 "register_operand" "=y,x,x,v") |