[kdevelop] [Bug 381999] restore support of non-SSE2 CPUs

2017-07-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381999 --- Comment #12 from 87jl17+a0b25197ll...@guerrillamailblock.com --- Thank you. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 381999] restore support of non-SSE2 CPUs

2017-07-06 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=381999 --- Comment #11 from Kevin Funk --- SDDM is QML-based, too. Anything with QML will just crash on your platform b/c Qt5Declarative initialization code is running into a qFatal(...) if it detects you don't have SSE2 support in your CPU.

[kdevelop] [Bug 381999] restore support of non-SSE2 CPUs

2017-07-06 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=381999 --- Comment #10 from Kevin Funk --- It's already done at runtime now, I've fixed up my own commit a couple of times already. It now looks like this: ``` #if defined(Q_OS_LINUX) && (defined(Q_CC_GNU) || (defined(Q_CC_CLANG) &&

[kdevelop] [Bug 381999] restore support of non-SSE2 CPUs

2017-07-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=381999 Kevin Funk changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[kdevelop] [Bug 381999] restore support of non-SSE2 CPUs

2017-07-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=381999 --- Comment #7 from Kevin Funk --- Reference: http://lists.qt-project.org/pipermail/development/2013-December/014533.html -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 381999] restore support of non-SSE2 CPUs

2017-07-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=381999 Kevin Funk changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[kdevelop] [Bug 381999] restore support of non-SSE2 CPUs

2017-07-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=381999 --- Comment #5 from Kevin Funk --- Further note: Please stop duplicating accounts for every reply. We'll lock this ticket down otherwise. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 381999] restore support of non-SSE2 CPUs

2017-07-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=381999 --- Comment #4 from Kevin Funk --- Okay, you got me curious. Indeed the issue can't be Qt5 (which I initially presumed it is), since on Ubuntu Zesty i386 it is in fact compiled without SSE2 support: See build log:

[kdevelop] [Bug 381999] restore support of non-SSE2 CPUs

2017-07-05 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=381999 Sven Brauch changed: What|Removed |Added Resolution|WAITINGFORINFO |INVALID CC|

[kdevelop] [Bug 381999] restore support of non-SSE2 CPUs

2017-07-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381999 87jl17+a0b25197ll...@guerrillamailblock.com changed: What|Removed |Added CC|

[kdevelop] [Bug 381999] restore support of non-SSE2 CPUs

2017-07-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=381999 Kevin Funk changed: What|Removed |Added Priority|NOR |VLO -- You are receiving this

[kdevelop] [Bug 381999] restore support of non-SSE2 CPUs

2017-07-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=381999 Kevin Funk changed: What|Removed |Added Resolution|--- |WAITINGFORINFO

[kdevelop] [Bug 381999] restore support of non-SSE2 CPUs

2017-07-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381999 877lbi+8uenbc25t1...@sharklasers.com changed: What|Removed |Added Summary|SSE2 strict requirement |restore support of