]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug 323893 - SSE3 not available on amd cpus in valgrind.
authorMark Wielaard <mark@klomp.org>
Fri, 13 Sep 2013 13:30:45 +0000 (13:30 +0000)
committerMark Wielaard <mark@klomp.org>
Fri, 13 Sep 2013 13:30:45 +0000 (13:30 +0000)
commitf966b311c97a8c0de154c02e194efbad3a0fbdd6
tree34d7e2830221ae1672a37bd4763796ef4b1967da
parentdcfd5056dd763a4e29f61ab4840a333da5adae0a
Bug 323893 - SSE3 not available on amd cpus in valgrind.

Check minimum hardware capabilities, not exact matches to prevent
downgrading to baseline if the hardware has more capabilities than
we expect.

Note that this is still not exactly correct. CPUID should depend on
VEX capabilities, not on underlying CPU, see bug 324882.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2761
VEX/priv/guest_amd64_toIR.c