qt5base-lts/src
Thiago Macieira 40894d1a60 Add AVX2 versions of qt_memfill32 and qt_memfill64
The implementation is almost the same 4-way-unrolled loop, but because
of the wider registers, we fill 128 bytes per loop. Unlike the SSE2
implementation, the AVX2 version uses unaligned stores and won't try to
align in the prologue, matching glibc's __memset_avx2 (also unaligned).

Change-Id: Iba4b5c183776497d8ee1fffd15637ccb2a7b83bc
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2018-12-11 19:04:59 +00:00
..
3rdparty Merge remote-tracking branch 'origin/5.12' into dev 2018-12-08 01:01:00 +01:00
android Merge remote-tracking branch 'origin/5.12.0' into 5.12 2018-12-05 09:18:01 +01:00
angle Add Windows Desktop arm64 target to Qtbase 2018-11-11 09:05:10 +00:00
concurrent
corelib QResource: quick refactor of registerSelf for files to support LFS 2018-12-11 19:02:59 +00:00
dbus Merge remote-tracking branch 'origin/5.12' into dev 2018-12-04 09:58:43 +01:00
gui Add AVX2 versions of qt_memfill32 and qt_memfill64 2018-12-11 19:04:59 +00:00
network Merge remote-tracking branch 'origin/5.12' into dev 2018-12-11 01:00:13 +01:00
opengl Merge remote-tracking branch 'origin/5.12' into dev 2018-11-22 01:53:29 +01:00
openglextensions
platformheaders Windows: Add a default setting for hasBorderInFullScreen 2018-11-24 09:11:21 +00:00
platformsupport Merge remote-tracking branch 'origin/5.12' into dev 2018-12-09 01:00:43 +01:00
plugins Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging/dev 2018-12-11 00:47:12 +00:00
printsupport Add a few qAsConst() to range-for to prevent detachments 2018-12-10 11:47:28 +00:00
sql
testlib Merge remote-tracking branch 'origin/5.12' into dev 2018-12-08 01:01:00 +01:00
tools RCC: introduce compression algorithm "best" 2018-12-11 03:57:41 +00:00
widgets QCommonStyle: fetch flat property from style option 2018-12-11 14:04:10 +00:00
winmain Use msvc qmake scope where appropriate 2018-11-22 14:16:52 +00:00
xml Merge remote-tracking branch 'origin/5.11' into 5.12 2018-11-09 10:34:33 +01:00
src.pro