From 7be336f62b77172693a7fd10469c7a5517f3889c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 24 Jan 2019 20:23:19 +0100 Subject: [PATCH] rebase of the patch --- debian/patches/disable-sse2-old-x86.diff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/patches/disable-sse2-old-x86.diff b/debian/patches/disable-sse2-old-x86.diff index f42a44ee..eb76e169 100644 --- a/debian/patches/disable-sse2-old-x86.diff +++ b/debian/patches/disable-sse2-old-x86.diff @@ -1,11 +1,11 @@ -Index: llvm-toolchain-snapshot_9~svn351647/clang/include/clang/Basic/X86Target.def +Index: llvm-toolchain-snapshot_9~svn352086/clang/include/clang/Basic/X86Target.def =================================================================== ---- llvm-toolchain-snapshot_9~svn351647.orig/clang/include/clang/Basic/X86Target.def -+++ llvm-toolchain-snapshot_9~svn351647/clang/include/clang/Basic/X86Target.def +--- llvm-toolchain-snapshot_9~svn352086.orig/clang/include/clang/Basic/X86Target.def ++++ llvm-toolchain-snapshot_9~svn352086/clang/include/clang/Basic/X86Target.def @@ -301,7 +301,7 @@ CPU_SPECIFIC("pentium_mmx", 'D', "+mmx") CPU_SPECIFIC("pentium_ii", 'E', "+cmov,+mmx") CPU_SPECIFIC("pentium_iii", 'H', "+cmov,+mmx,+sse") - CPU_SPECIFIC("pentium_iii_no_xmm_regs", 'H',"+cmov,+sse") + CPU_SPECIFIC_ALIAS("pentium_iii_no_xmm_regs", "pentium_iii") -CPU_SPECIFIC("pentium_4", 'J', "+cmov,+mmx,+sse,+sse2") +CPU_SPECIFIC("pentium_4", 'J', "+cmov,+mmx,+sse") CPU_SPECIFIC("pentium_m", 'K', "+cmov,+mmx,+sse,+sse2")