Commit 9be87085 authored by Allan Sandfeld Jensen's avatar Allan Sandfeld Jensen
Browse files

Only use 32bit version of qPremultiply


With auto-vectorization enabled in QtGui, the 32bit version of
qPremultiply is faster than the 64bit version since it can be vectorized
wider (4x on 128bit as opposed to 2x). Since all our important 64bit
targets have SIMD, that makes the 64bit version pointless.

Change-Id: I4e9070a3a3c8e2b54f17a95ba0aee0405cbb8ec9
Reviewed-by: default avatarMarc Mutz <marc.mutz@kdab.com>
parent 1749c1dd
Showing with 3 additions and 19 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment