Bug#921274: teeworlds: baseline violation on i386

2019-02-16 Thread Adrian Bunk
On Sun, Feb 10, 2019 at 06:35:06PM +, Jordy RUIZ wrote: > Greetings, Hi Jordy, > I'm Dune, coming from upstream. > This should be fixed by > https://github.com/teeworlds/teeworlds/commit/fdc14f07386272c47a95e060643620f537ab9d5e > for bam and https://github.com/teeworlds/teeworlds/pull/2033

Bug#921274: teeworlds: baseline violation on i386

2019-02-10 Thread Jordy RUIZ
Greetings, I'm Dune, coming from upstream. This should be fixed by https://github.com/teeworlds/teeworlds/commit/fdc14f07386272c47a95e060643620f537ab9d5e for bam and https://github.com/teeworlds/teeworlds/pull/2033 for cmake. Teeworlds will only use the SSE flag if necessary (old gcc compilers,

Bug#921274: teeworlds: baseline violation on i386

2019-02-10 Thread Adrian Bunk
On Sun, Feb 10, 2019 at 12:33:12PM +0100, Markus Koschany wrote: > Control: severity -1 important > > > Am 10.02.19 um 12:20 schrieb Adrian Bunk: > [...] > > Teeworlds runs fine on some i386 machines. > > > > Individual packages cannot just use non-baseline features like > > SSE or AVX without

Bug#921274: teeworlds: baseline violation on i386

2019-02-10 Thread Markus Koschany
Control: severity -1 important Am 10.02.19 um 12:20 schrieb Adrian Bunk: [...] > Teeworlds runs fine on some i386 machines. > > Individual packages cannot just use non-baseline features like > SSE or AVX without runtime detection, this results in nothing > but crashes on hardware officially

Bug#921274: teeworlds: baseline violation on i386

2019-02-10 Thread Adrian Bunk
Control: severity -1 serious Control: tags -1 moreinfo On Sun, Feb 10, 2019 at 12:00:48PM +0100, Markus Koschany wrote: > Control: tags -1 moreinfo > Control: severity -1 important > > On Wed, 6 Feb 2019 22:39:02 +0100 Markus Koschany wrote: > > On Sun, 03 Feb 2019 22:35:22 +0200 Adrian Bunk

Bug#921274: teeworlds: baseline violation on i386

2019-02-10 Thread Markus Koschany
Control: tags -1 moreinfo Control: severity -1 important On Wed, 6 Feb 2019 22:39:02 +0100 Markus Koschany wrote: > On Sun, 03 Feb 2019 22:35:22 +0200 Adrian Bunk wrote: > > Source: teeworlds > > Version: 0.7.2-2 > > Severity: serious > > Tags: patch > > > > SSE is not part of the i386

Bug#921274: teeworlds: baseline violation on i386

2019-02-06 Thread Markus Koschany
On Sun, 03 Feb 2019 22:35:22 +0200 Adrian Bunk wrote: > Source: teeworlds > Version: 0.7.2-2 > Severity: serious > Tags: patch > > SSE is not part of the i386 baseline, fix attached. Could you go into more detail why this is release-critical and what issue we are trying to solve? Markus

Bug#921274: teeworlds: baseline violation on i386

2019-02-03 Thread Adrian Bunk
Source: teeworlds Version: 0.7.2-2 Severity: serious Tags: patch SSE is not part of the i386 baseline, fix attached. Description: SSE is not part of the i386 baseline -msse2 is not required for _mm_pause(). Author: Adrian Bunk --- teeworlds-0.7.2.orig/bam.lua +++ teeworlds-0.7.2/bam.lua @@