Re: [Xen-devel] [XTF] [PATCH v2] lib.c: added unsigned 64bits division for 32 bits arch

2018-04-07 Thread Paul Semel

On 04/07/2018 09:53 PM, Andrew Cooper wrote:

On 07/04/18 20:35, Paul Semel wrote:

this is a simple implementation of unsigned 64bits divisions
for 32 bits archs.

Signed-off-by: Paul Semel 


I'm terribly sorry not to have spotted this before, but the code
actually looks rather familiar.

Grep for divmod64 in the source.

~Andrew



No problem, I am really sorry too not to have spotted this before !

--
Paul

___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Re: [Xen-devel] [XTF] [PATCH v2] lib.c: added unsigned 64bits division for 32 bits arch

2018-04-07 Thread Andrew Cooper
On 07/04/18 20:35, Paul Semel wrote:
> this is a simple implementation of unsigned 64bits divisions
> for 32 bits archs.
>
> Signed-off-by: Paul Semel 

I'm terribly sorry not to have spotted this before, but the code
actually looks rather familiar.

Grep for divmod64 in the source.

~Andrew

___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel