GNOME Bugzilla – Bug 723170
orc: documentation: mulhsw, mulhsw shifts by 16, not 8
Last modified: 2014-06-22 15:00:55 UTC
Created attachment 267410 [details] [review] Patch to liborc documentation The documentation said that mulhsw and mulsuw was equivalent to: (a * b) >> 8 when the implementation actually shifts by 16 bits. Patch attached
commit e1cfc5412a074ef8a33c0fb719990a6868fcebfd Author: William Manley <will@williammanley.net> Date: Tue Jan 28 15:02:57 2014 +0000 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