Re: [PATCH, libbid]: Fix variable ‘Ql’ set but not used warnings

2014-06-10 Thread Uros Bizjak
On Mon, May 26, 2014 at 6:52 PM, Uros Bizjak ubiz...@gmail.com wrote: Attached patch fixes several variable ‘Ql’ set but not used warnings in bid128_div.c and bid64_div.c libbid sources. We can simply use __mul_128x128_high functions when lowpart is not needed. 2014-05-26 Uros Bizjak

[PATCH, libbid]: Fix variable ‘Ql’ set but not used warnings

2014-05-26 Thread Uros Bizjak
Hello! Attached patch fixes several variable ‘Ql’ set but not used warnings in bid128_div.c and bid64_div.c libbid sources. We can simply use __mul_128x128_high functions when lowpart is not needed. 2014-05-26 Uros Bizjak ubiz...@gmail.com * bid128_div.c (BID128_FUNCTION_ARG2): Remove