Go to file
Kevin Kofler 6d0400baa5 Do not require SSE2 on i686
See https://bugzilla.redhat.com/show_bug.cgi?id=1244196#c22 for the
history of the patch. Compared to the last revision there (v5):
* I fixed WebGLImageConversion.cpp to not assume SSE2 on x86.
  Unfortunately, it would be really hard to make runtime detection work
  there, because it uses intrinsics in inline templates, and GCC only
  supports intrinsics when building the whole code for the vector
  instruction set. So I had to turn off that SSE2 code entirely when
  __SSE2__ is not defined at compile time.
* I fixed webrtc to check for SSE2 at runtime (using the runtime
  checking code that webrtc already has and uses in several places)
  before attempting to use OpenMAX on x86. OpenMAX requires SSE2.
  So we just fall back to the Ooura implementation of FFTs when needed.
TODO: build V8 shared and twice (once for x87, once for SSE2)
2016-01-17 00:17:04 +01:00
.gitignore
clean_ffmpeg.sh
clean_qtwebengine.sh
process_ffmpeg_gyp.py
qt5-qtwebengine.spec Do not require SSE2 on i686 2016-01-17 00:17:04 +01:00
qtwebengine-opensource-src-5.6.0-beta-chimera-nss-init.patch Drop nss321 backport, do an NSS/BoringSSL "chimera build" instead 2016-01-14 17:37:36 +01:00
qtwebengine-opensource-src-5.6.0-beta-fix-extractcflag.patch Fix extractCFlag to also look in QMAKE_CFLAGS_RELEASE (needed for ARM) 2016-01-10 18:18:58 +01:00
qtwebengine-opensource-src-5.6.0-beta-linux-pri.patch Drop nss321 backport, do an NSS/BoringSSL "chimera build" instead 2016-01-14 17:37:36 +01:00
qtwebengine-opensource-src-5.6.0-beta-no-format.patch
qtwebengine-opensource-src-5.6.0-beta-no-neon.patch Fix FTBFS on ARM: Disable NEON due to #1282495 (GCC bug) 2016-01-10 17:53:25 +01:00
qtwebengine-opensource-src-5.6.0-beta-no-sse2.patch Do not require SSE2 on i686 2016-01-17 00:17:04 +01:00
qtwebengine-opensource-src-5.6.0-beta-system-icu54.patch
qtwebengine-opensource-src-5.6.0-beta-system-icu-utf.patch Unbundle NSPR prtime and ICU UTF API 2016-01-12 03:38:10 +01:00
qtwebengine-opensource-src-5.6.0-beta-system-nspr-prtime.patch Fix system-nspr-prtime patch to match Fedora paths 2016-01-12 04:10:50 +01:00
sources