From: Julian Seward Date: Sun, 5 Aug 2012 14:59:39 +0000 (+0000) Subject: Fix typo spotted by John Reiser. X-Git-Tag: svn/VALGRIND_3_8_0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f5b47a0137f4f63680787e4e70dc3569341115;p=thirdparty%2Fvalgrind.git Fix typo spotted by John Reiser. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12841 --- diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index 109ad06ad1..b0916b1567 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -2227,7 +2227,7 @@ subject to the following constraints: instructions. If the translator encounters these, Valgrind will generate a SIGILL when the instruction is executed. Apart from that, on x86 and amd64, essentially all instructions are supported, - up to and including AVX abd AES in 64-bit mode and SSSE3 in 32-bit + up to and including AVX and AES in 64-bit mode and SSSE3 in 32-bit mode. 32-bit mode does in fact support the bare minimum SSE4 instructions to needed to run programs on MacOSX 10.6 on 32-bit targets.