On Wed, Dec 07, 2016 at 10:54:15PM +0200, Lauri Kenttä wrote:
On 2016-12-05 19:28, Andrew Eikum wrote:
+static inline short C2416(int s) +{
- return HIWORD(s);
+}
Just wondering: Is it true that msacm32 doesn't do any dithering?
I don't know. Should be easy to write a test, if you'd like to do that.
Andrew