On Tue, Mar 15, 2016 at 07:09:49PM +0000, David CARLIER wrote: > Hi and thanks. > Attached the patch with the related changes.
Thanks, applied. I found that the macros were still using int64_t so I turned all int64_t to uint64_t to avoid any trouble, especially with the retrieval of the last argument which could possibly hit the sign bit and cause a negative type to be returned (I haven't counted but in theory that's possible). Thanks David, Willy

