diff options
author | njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-09-13 21:03:46 +0000 |
---|---|---|
committer | njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-09-13 21:03:46 +0000 |
commit | db912f5443c1b6543e844e1ec3b895f65f2e0f5e (patch) | |
tree | d9d416f82c50fa1e3dc88f0ada18dd75db383b03 | |
parent | 70e99431de50dfe431d2b61e66c80bebdbb92f5f (diff) |
Note that SSE3 isn't supported.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4646 a5019735-40e9-0310-863c-91ae7b9d1cf9
-rw-r--r-- | docs/xml/manual-core.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index ad80722d..a2e40c0c 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -1618,7 +1618,8 @@ the following constraints:</para> <listitem> <para>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.</para> + instruction is executed. The same is true for Intel's SSE3 SIMD + instructions.</para> </listitem> <listitem> |