mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 04:22:54 +00:00
rebase of the patch
This commit is contained in:
parent
4603c976d4
commit
7be336f62b
8
debian/patches/disable-sse2-old-x86.diff
vendored
8
debian/patches/disable-sse2-old-x86.diff
vendored
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user