Re: CVS commit: src/sys/net

2014-11-20 Thread Christos Zoulas
On Nov 20, 8:40pm, al...@yandex.ru (Alexander Nasonov) wrote: -- Subject: Re: CVS commit: src/sys/net | Christos Zoulas wrote: | > In article <20141119210214.GA8310@neva>, | > Alexander Nasonov wrote: | > >I don't think SLJIT_UMOD exists. You need to emit SLJIT_SUB after | > >SLJIT_UDIV. This s

Re: CVS commit: src/sys/net

2014-11-20 Thread Alexander Nasonov
Christos Zoulas wrote: > In article <20141119210214.GA8310@neva>, > Alexander Nasonov wrote: > >I don't think SLJIT_UMOD exists. You need to emit SLJIT_SUB after > >SLJIT_UDIV. This should be pretty straigthforward. But I don't mind > >if you make a function call for these quite rare instructions

Re: CVS commit: src/sys/net

2014-11-20 Thread Alexander Nasonov
Christos Zoulas wrote: > In article <20141119210214.GA8310@neva>, > Alexander Nasonov wrote: > >I don't think SLJIT_UMOD exists. You need to emit SLJIT_SUB after > >SLJIT_UDIV. This should be pretty straigthforward. But I don't mind > >if you make a function call for these quite rare instructions