Bug#843425: Fwd: Bug#843425: blender doesn't optimize for amd64 defaults

2016-11-07 Thread Sergey Sharybin
nks to Matteo i guess :) Is there anything else here to be solved? [1] https://buildd.debian.org/status/package.php?p=blender On Mon, Nov 7, 2016 at 10:52 AM, Sergey Sharybin wrote: > Ah, it's Pemtium 4 where SSE2 first arrived, for a moment thought it's > Pentium Pro. My bad.

Bug#843425: Fwd: Bug#843425: blender doesn't optimize for amd64 defaults

2016-11-07 Thread Sergey Sharybin
ld already have global SSE2 optimization disabled. If CPU on the builder machine supports SSE2 we can still force SSE/SSE2 optimization to be off by passing `-DSUPPORT_SSE_BUILD=OFF -DSUPPORT_SSE2_BUILD=OFF` to CMake. On Mon, Nov 7, 2016 at 10:40 AM, Matthias Klose wrote: > On 07.11.2016 10:3

Bug#843425: blender doesn't optimize for amd64 defaults

2016-11-07 Thread Sergey Sharybin
ould be all fine as far as i know (amd64 always have SSE2, 32bit builds will disable SSE2 automatically if current CPU does not support it). -- With best regards, Sergey Sharybin

Bug#654428: blender: FTBFS: uses i386/amd64 specific register definitions on all architectures

2012-01-26 Thread Sergey Sharybin
logs after all this my changes. -- With best regards, Sergey Sharybin -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#654428: blender: FTBFS: uses i386/amd64 specific register definitions on all architectures

2012-01-26 Thread Sergey Sharybin
ow the buildd-situation evolves. > > Cheers. > > -- > Matteo F. Vescovi > Debian Sponsored Maintainer > e-mail: mfv.deb...@gmail.com > GnuPG KeyID: 83B2CF7A -- With best regards, Sergey Sharybin -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#654428: blender: FTBFS: uses i386/amd64 specific register definitions on all architectures

2012-01-25 Thread Sergey Sharybin
On Wed, Jan 25, 2012 at 11:40 PM, Kevin Roy wrote: > I think the patch 0011-fix_FTBFS_with_libmv [1] in git will cover > configs other than i386/amd64 but in doubt, could you look at it and > tell me if yours is need to be added? -- With best regards, Sergey Sharybin -- To UNSUBSC

Bug#654428: blender: FTBFS: uses i386/amd64 specific register definitions on all architectures

2012-01-25 Thread Sergey Sharybin
work fine, it can be commited to trunk. -- With best regards, Sergey Sharybin Index: extern/libmv/third_party/glog/src/config_linux.h === --- extern/libmv/third_party/glog/src/config_linux.h (revision 43691) +++ extern/libmv/third_party