https://bugs.kde.org/show_bug.cgi?id=381999

--- Comment #10 from Kevin Funk <kf...@kde.org> ---
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) &&
__clang_major__ >= 3 && __clang_minor__ >= 7))
    if (!__builtin_cpu_supports("sse2")) {
        qWarning() << "Welcome Page won't load any QML -- lacking SSE2 support
on this processor";
        return nullptr;
    }
#endif
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to