docs: mulhsw, mulhsw shifts by 16, not 8
authorWilliam Manley <will@williammanley.net>
Tue, 28 Jan 2014 15:02:57 +0000 (15:02 +0000)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 29 Jan 2014 19:20:44 +0000 (20:20 +0100)
commite1cfc5412a074ef8a33c0fb719990a6868fcebfd
treefcb99305dd5217d579e576b47140f8fce5170e73
parent324ea63194089690c741060fd2a9f02b7dc78fce
docs: mulhsw, mulhsw shifts by 16, not 8

The documentation said that mulhsw and mulsuw was equivalent to:

    (a * b) >> 8

when the implementation actually shifts by 16 bits.

https://bugzilla.gnome.org/show_bug.cgi?id=723170
testsuite/generate_xml_table2.c