util: fix SSE-version needed for double opcodes
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Sun, 1 Sep 2019 08:05:12 +0000 (10:05 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 2 Sep 2019 12:45:45 +0000 (12:45 +0000)
commit2ade1c5cf790ab8df62e4ff9d67e360ac870ff1f
tree33aecea0e6030fb51807296fc2cf357c4e41fe03
parentee2bc11cc76f4fdb962cf0e8822c00451ee17456
util: fix SSE-version needed for double opcodes

This code generates CVTSD2SI, which requires SSE2. So let's fix the
required SSE-version.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Fixes: 5de29ae (util: try to use SSE instructions with MSVC and 32-bit gcc)
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/util/rounding.h