|
From: <sv...@va...> - 2012-08-05 14:59:47
|
sewardj 2012-08-05 15:59:39 +0100 (Sun, 05 Aug 2012)
New Revision: 12841
Log:
Fix typo spotted by John Reiser.
Modified files:
trunk/docs/xml/manual-core.xml
Modified: trunk/docs/xml/manual-core.xml (+1 -1)
===================================================================
--- trunk/docs/xml/manual-core.xml 2012-08-05 15:57:38 +01:00 (rev 12840)
+++ trunk/docs/xml/manual-core.xml 2012-08-05 15:59:39 +01:00 (rev 12841)
@@ -2227,7 +2227,7 @@
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.
|