From: Nicholas Nethercote Date: Tue, 13 Sep 2005 21:05:00 +0000 (+0000) Subject: Note that SSE3 isn't supported. X-Git-Tag: svn/VALGRIND_3_0_1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=923d39246e3b0d612a874a34b65e8a99b71b0757;p=thirdparty%2Fvalgrind.git Note that SSE3 isn't supported. MERGED FROM TRUNK git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_0_BRANCH@4647 --- diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index ad80722ddb..a2e40c0c64 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -1618,7 +1618,8 @@ the following constraints: On x86 and AMD64, there is no support for 3DNow! instructions. If the translator encounters these, Valgrind will generate a SIGILL when the - instruction is executed. + instruction is executed. The same is true for Intel's SSE3 SIMD + instructions.